requirements.txt: keep scipy pinned for python_version < 3.7
This commit is contained in:
parent
4fa24b33ec
commit
615d62ab25
@ -3,7 +3,7 @@
|
||||
brotli==1.0.9; platform_python_implementation != "PyPy"
|
||||
brotlicffi==1.0.9.2; platform_python_implementation == "PyPy"
|
||||
unicodedata2==14.0.0; python_version < '3.11'
|
||||
scipy==1.9.0; platform_python_implementation != "PyPy" and python_version <= '3.7'
|
||||
scipy==1.7.3; platform_python_implementation != "PyPy" and python_version <= '3.7' # pyup: ignore
|
||||
scipy==1.9.0; platform_python_implementation != "PyPy" and python_version > '3.7'
|
||||
munkres==1.1.4; platform_python_implementation == "PyPy"
|
||||
zopfli==0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user