Skip to content

Commit fea80a3

Browse files
committed
Add version requirement scipy >= 1.9
1 parent 24b77e9 commit fea80a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_version():
5353
package_data={'defdap': ['slip_systems/*.txt']},
5454
python_requires='>=3.6',
5555
install_requires=[
56-
'scipy',
56+
'scipy>=1.9',
5757
'numpy',
5858
'matplotlib>=3.0.0',
5959
'scikit-image',

0 commit comments

Comments
 (0)