Skip to content

Commit

Permalink
Merge pull request #795 from uber/jeong/pin_numpy_le_2
Browse files Browse the repository at this point in the history
Pin the numpy version to be <2
  • Loading branch information
paullo0106 authored Oct 1, 2024
2 parents bb3cae1 + acb5e81 commit c4d7c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"forestci==0.6",
"pathos==0.2.9",
"pip>=10.0",
"numpy>=1.18.5",
"numpy>=1.18.5, <2",
"scipy>=1.4.1",
"matplotlib",
"pandas>=0.24.1",
Expand Down Expand Up @@ -63,7 +63,7 @@ requires = [
"setuptools>=18.0",
"wheel",
"Cython<=0.29.34",
"numpy>=1.18.5",
"numpy>=1.18.5, <2",
"scikit-learn>=0.22.0",
]

Expand Down

0 comments on commit c4d7c60

Please sign in to comment.