10000 CI Use versions of numpy and scipy in Python 3.8 CI with binary wheel… · rth/scikit-learn-extra@48504c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48504c8

Browse files
authored
CI Use versions of numpy and scipy in Python 3.8 CI with binary wheels (scikit-learn-contrib#95)
1 parent 5b45d64 commit 48504c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
SKLEARN_VERSION: "0.22.2post1"
1818
Python38:
1919
python.version: '3.8'
20-
NUMPY_VERSION: "1.16.5"
21-
SCIPY_VERSION: "1.1.0"
20+
NUMPY_VERSION: "1.19.4"
21+
SCIPY_VERSION: "1.4.1"
2222
SKLEARN_VERSION: "0.23.2"
2323
Python39:
2424
python.version: '3.9'

0 commit comments

Comments
 (0)
0