Skip to content

Commit 1bf6300

Browse files
committed
[NOMERGE] Limit numpy to <1.22.0
1 parent 3aa50e9 commit 1bf6300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=9.0
2-
numpy>=1.16.0
2+
numpy>=1.16.0,<1.22.0
33
scipy>=0.16.1
44
# scikit-learn version 0.23.0 have error with slow k-means, fixed in 0.23.1
55
# scikit-learn version 1.0.0 includes problematic libomp 12 which breaks xgboost

0 commit comments

Comments
 (0)