Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit a09cb04

Browse files
authored
Scipy version depending on python (#1570)
1 parent b9b5b19 commit a09cb04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"requests>=2.0.0",
4848
"scikit-image>=0.15.0",
4949
"scikit-learn>=0.24.2",
50-
"scipy>=1.0.0",
50+
"scipy<1.9.2,>=1.8; python_version <= '3.9'",
51+
"scipy>=1.0.0; python_version > '3.9'",
5152
"tqdm>=4.0.0",
5253
"toposort>=1.0",
5354
"GPUtil>=1.4.0",

0 commit comments

Comments
 (0)