-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[MRG] BLD Adds conda free channel for python 3.5 on circleci #14508
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
[MRG] BLD Adds conda free channel for python 3.5 on circleci #14508
Conversation
Do they just remove things from the main channel? That seems pretty bad. Do you think we should open an issue on that? |
They removed |
You may still be able to access the older packages (e.g. pre Sept. 2017) by explicitly adding the "free" channel. It used to be included by default, but they changed that fairly recently. e.g. The rationale for this decision on Anaconda's end is explained here: |
I figured they wanted to prune the search space, but breaking CI is annoying ;) Thanks for the explanation! |
Not 100% sure if that is what is going on here, but I had recently experienced similar issues and think that was the cause. I think otherwise packages only tend to get removed if they were "broken", but in those cases they would typically be replaced with a working version with a newer build number. |
You can always pin conda
The packages will be available there. |
@glemaitre yeah I was also considering that but I feel like we'd just be asking for more issues down the road? Not sure. |
Oh, this would have saved time fixing the release branches... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also seemed like bad behaviour to me, @amueller, that old deps were disappearing.
Lots of packages were broken in the last |
We could also use conda-forge more in the CI. It's more transparent and easier to understand what is happening there. |
That would have helped indeed but to be fair I could have checked existing PRs too ... |
This PR updates version of scikit-image to work with 3.5-3.7.
scikit-image=0.12.3
is not on conda anymore.