Skip to content

Commit

Permalink
Merge pull request #6484 from markotoplak/fix-numpy-dep
Browse files Browse the repository at this point in the history
Raise numpy requirement to the one we actually test
  • Loading branch information
markotoplak committed Jun 21, 2023
2 parents 9e36b55 + a85f603 commit e3312c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requirements:
run:
- python
- setuptools >=41.0.0
- numpy >=1.19.5
- numpy >=1.20.0
- scipy >=1.9
- scikit-learn >=1.1.0,<1.2.0
- bottleneck >=1.3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=18.0
numpy>=1.19.5
numpy>=1.20.0
scipy>=1.9
# scikit-learn version 1.0.0 includes problematic libomp 12 which breaks xgboost
# https://github.com/scikit-learn/scikit-learn/pull/21227
Expand Down

0 comments on commit e3312c3

Please sign in to comment.