-
Notifications
You must be signed in to change notification settings - Fork 35
Create conda package #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm working on this. The linked instructions above didn't quite work, so I am building the recipe from scratch. It's currently done but test build of the package fails due to unit tests with Pandas 1.2.0, to be fixed in #157 . Once we get that resolved, we will need to do another beta release to PyPi. With that, I can put up a PR to the conda forge staged recipe repo. After that is accepted, packages will automatically be built and available in conda forge. Does that sound ok with you @frreiss ? |
Sounds great, thanks @BryanCutler ! |
PR for setting up conda-forge package conda-forge/staged-recipes#13885 |
The recipe has been merged and the package should appear in conda-forge at some point. I'll test it out and add to our installation instructions once it's there. |
This issue covers adding an Anaconda package to the next release of this library.
Instructions for converting pip packages to conda packages can be found here.
We'll need to update the release checklist to cover building the anaconda packages too. Anaconda appears to require separate packages for every combination of OS and Python version, even if the underlying Python package is OS and Python version-independent.
The text was updated successfully, but these errors were encountered: