Skip to content

Commit

Permalink
Remove numpy <v2.0 limitation from requirements.txt
Browse files Browse the repository at this point in the history
Tested locally with the newest dependencies and it seems to work.

Signed-off-by: Ehud-Karavani <[email protected]>
  • Loading branch information
ehudkr committed Jul 25, 2024
1 parent 22a100d commit 47786cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas>=0.25.2,<3
scipy>=0.19,<2
statsmodels>=0.9,<1
networkx>=1.1,<4
numpy>=1.13,<2
numpy>=1.13,<3
scikit-learn>=0.20,<2
matplotlib>=2.2,<4
dataclasses>=0.8;python_version < '3.7'

0 comments on commit 47786cc

Please sign in to comment.