-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
MNT Use conda-forge instead of the main channel in CI #21337
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
809ecfa
testing channels
adrinjalali f427b21
move to matplotlib 2.2.3 since 2.2.2 is not available on conda-forge
adrinjalali 1880d0b
change matplotlib min version to 2.2.3 in docs
adrinjalali b79a2c0
testing channels
adrinjalali 9f92c32
move to matplotlib 2.2.3 since 2.2.2 is not available on conda-forge
adrinjalali 2bfec4e
change matplotlib min version to 2.2.3 in docs
adrinjalali 757541d
Merge branch 'channel-test' of github.com:adrinjalali/scikit-learn in…
adrinjalali 139fde4
test scipy 1.2.0
adrinjalali ec4598c
Revert "test scipy 1.2.0"
adrinjalali 8cf732c
Merge branch 'main' into channel-test
ogrisel c60c083
Use conda-forge on all Azure builds explicitly
ogrisel 931acd2
MAINT display more runtime info before launching tests
ogrisel fd6f0d8
Introspect python runtime from outside of the scikit-learn source folder
ogrisel 9f98d33
Use a slightly more recent version of threadpoolctl to debug segfault…
ogrisel 88958da
Merge remote-tracking branch 'origin/main' into pr/adrinjalali/21337
glemaitre 68b1cd8
MNT switch back to main channel for segfault
glemaitre c740e35
Apply suggestions from code review
glemaitre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
We need to use the anaconda main channel to test against scipy='min' (that is 1.1.0 currently) because the version shipped in conda-forge has a segfault in
cdist
.It's probably not worth wasting time debugging or reporting this segfault because this is a really old version of scipy that we probably won't support anymore once we bump the dependency on Python 3.8 for instance.