Skip to content

Commit

Permalink
Pin numpy<2 (#190)
Browse files Browse the repository at this point in the history
* Try numpy >=2

* pin numpy<2
  • Loading branch information
Wh1isper committed Jun 18, 2024
1 parent 46c88a6 commit 1ef4ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">=3.8"

dependencies = [
"pandas",
"numpy",
"numpy<2",
"scipy",
"pyyaml",
'scikit-learn>=0.24,<2',
Expand Down

0 comments on commit 1ef4ca2

Please sign in to comment.