Skip to content

Commit

Permalink
Merge pull request #6192 from janezd/raise-ci-oldest-scipy-1.9
Browse files Browse the repository at this point in the history
CI: Raise required oldest sicpy to 1.9
  • Loading branch information
markotoplak authored Nov 19, 2022
2 parents f1726c2 + 38bea64 commit 0d3e3ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ requirements:
run:
- python
- setuptools >=41.0.0
- numpy >=1.17.3
- scipy >=1.3.1
- numpy >=1.19.5
- scipy >=1.9
- scikit-learn >=1.0.1
- bottleneck >=1.3.4
- chardet >=3.0.2
Expand Down
4 changes: 2 additions & 2 deletions requirements-core.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=18.0
numpy>=1.17.3
scipy>=1.3.1
numpy>=1.19.5
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
scikit-learn>=1.0.1
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ deps =
oldest: qtconsole==4.7.2
oldest: pygments==2.8.0
oldest: pip==18.0
oldest: numpy==1.17.3
oldest: scipy==1.3.1
oldest: numpy==1.19.5
oldest: scipy==1.9
oldest: scikit-learn==1.0.1
oldest: bottleneck==1.3.4
oldest: xlrd==1.2.0
Expand Down

0 comments on commit 0d3e3ee

Please sign in to comment.