Skip to content

Commit

Permalink
Add scipy to setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWeldert authored Jul 17, 2024
1 parent 2af5c99 commit 09a3859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'pip>=1.8,<21.3',
'setuptools>18.5,<60.0', # versioneer requires >18.5
'numpy>=1.17,<1.23',
'scipy>=1.6,<1.14',
'cython~=0.29.0', # needed for the setup and for the install
'scikit-learn<=1.1.2',
]
Expand Down

0 comments on commit 09a3859

Please sign in to comment.