Skip to content

Commit

Permalink
Attempt to fix numpy dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ginic committed Mar 11, 2024
1 parent 001924b commit 9a85ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install_requires =
dvc[s3]==3.27.0
gensim==4.1.2
joblib>=1.1.0
numpy>=1.21.0
numpy>=1.22.0,<1.25.0
matplotlib==3.5.0
pandas>=1.3.5
pyspark>=3.2.0
Expand Down

0 comments on commit 9a85ddf

Please sign in to comment.