Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Sep 13, 2024
1 parent 33b03e2 commit 03e338d
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 @@ -23,7 +23,7 @@
package_data={"": ["*.pdf"]},
python_requires='>3.9.0',
install_requires=[
"numpy", "scipy", "matplotlib", "scikit-learn", 'fire',
"numpy", "scipy>=1.6.0", "matplotlib", "scikit-learn", 'fire',
"beartype==0.18.5",
],
extras_require={
Expand Down

0 comments on commit 03e338d

Please sign in to comment.