Skip to content

Commit f050e01

Browse files
committed
Less strict scipy pinning because it is not available in Python 3.7
1 parent 17c26d6 commit f050e01

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
@@ -25,7 +25,7 @@ def get_version_and_cmdclass(package_name):
2525

2626

2727
install_requires = [
28-
"scipy >= 1.8",
28+
"scipy",
2929
"sortedcollections >= 1.1",
3030
"sortedcontainers >= 2.0",
3131
"cloudpickle",

0 commit comments

Comments
 (0)