Skip to content

Commit 0d3e3ee

Browse files
authored
Merge pull request #6192 from janezd/raise-ci-oldest-scipy-1.9
CI: Raise required oldest sicpy to 1.9
2 parents f1726c2 + 38bea64 commit 0d3e3ee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ requirements:
3838
run:
3939
- python
4040
- setuptools >=41.0.0
41-
- numpy >=1.17.3
42-
- scipy >=1.3.1
41+
- numpy >=1.19.5
42+
- scipy >=1.9
4343
- scikit-learn >=1.0.1
4444
- bottleneck >=1.3.4
4545
- chardet >=3.0.2

requirements-core.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip>=18.0
2-
numpy>=1.17.3
3-
scipy>=1.3.1
2+
numpy>=1.19.5
3+
scipy>=1.9
44
# scikit-learn version 1.0.0 includes problematic libomp 12 which breaks xgboost
55
# https://github.com/scikit-learn/scikit-learn/pull/21227
66
scikit-learn>=1.0.1

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ deps =
4848
oldest: qtconsole==4.7.2
4949
oldest: pygments==2.8.0
5050
oldest: pip==18.0
51-
oldest: numpy==1.17.3
52-
oldest: scipy==1.3.1
51+
oldest: numpy==1.19.5
52+
oldest: scipy==1.9
5353
oldest: scikit-learn==1.0.1
5454
oldest: bottleneck==1.3.4
5555
oldest: xlrd==1.2.0

0 commit comments

Comments
 (0)