-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Support Conda Forge by default #2713
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
Lots of conversation in #2378 about this. |
Would recommend making sure |
@jakirkham so, what Eric said is the correct way of doing this since we are using 4.3.11 and
I proposed a PR at readthedocs/readthedocs-docker-images#34 but I'm not sure that is the way we should take. More thoughts there. |
The PR got merged. Closing this one as fixed. |
It sounds like we should be supporting
conda-forge
by default, as it will have updated versions of packages we release to PyPI much sooner than the default conda install.Sounds like we just need to add
conda config --add channels conda-forge
to our initial install via docker or in our calling of conda.Would love contributions or guidance here on what the best path forward is.
The text was updated successfully, but these errors were encountered: