Skip to content

Commit c4d7c60

Browse files
authored
Merge pull request #795 from uber/jeong/pin_numpy_le_2
Pin the numpy version to be <2
2 parents bb3cae1 + acb5e81 commit c4d7c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"forestci==0.6",
2727
"pathos==0.2.9",
2828
"pip>=10.0",
29-
"numpy>=1.18.5",
29+
"numpy>=1.18.5, <2",
3030
"scipy>=1.4.1",
3131
"matplotlib",
3232
"pandas>=0.24.1",
@@ -63,7 +63,7 @@ requires = [
6363
"setuptools>=18.0",
6464
"wheel",
6565
"Cython<=0.29.34",
66-
"numpy>=1.18.5",
66+
"numpy>=1.18.5, <2",
6767
"scikit-learn>=0.22.0",
6868
]
6969

0 commit comments

Comments
 (0)