Skip to content

Commit

Permalink
fix dependency incompatibility with pandas and numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymathematics committed Nov 30, 2024
1 parent 7c49de7 commit e97823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"sphinx-autodoc-annotation",
"sphinx-autodoc-typehints",
"matplotlib",
"numpy>=1.18.0",
"numpy==1.26.4",
"scipy>=1.4.1",
"six>=1.13.0",
"scikit-learn>=0.22.2,<1.1.0",
Expand Down

0 comments on commit e97823a

Please sign in to comment.