Skip to content

Commit

Permalink
added numpy<2 dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyWieser committed Feb 8, 2024
1 parent 92d189b commit 39faee2
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 @@ -32,7 +32,7 @@

install_requires=[
'pandas',
'numpy',
'numpy<2',
'python-ternary',
'matplotlib',
'scikit-learn>=1.3',
Expand Down

0 comments on commit 39faee2

Please sign in to comment.