Bump scipy for Python 3.12 support
This commit is contained in:
parent
eda6fa5cfb
commit
0c87cbad6e
@ -3,7 +3,8 @@
|
|||||||
brotli==1.0.9; platform_python_implementation != "PyPy"
|
brotli==1.0.9; platform_python_implementation != "PyPy"
|
||||||
brotlicffi==1.0.9.2; platform_python_implementation == "PyPy"
|
brotlicffi==1.0.9.2; platform_python_implementation == "PyPy"
|
||||||
unicodedata2==15.0.0; python_version <= '3.11'
|
unicodedata2==15.0.0; python_version <= '3.11'
|
||||||
scipy==1.10.0; platform_python_implementation != "PyPy"
|
scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8'
|
||||||
|
scipy==1.11.2; platform_python_implementation != "PyPy" and python_version >= '3.9'
|
||||||
munkres==1.1.4; platform_python_implementation == "PyPy"
|
munkres==1.1.4; platform_python_implementation == "PyPy"
|
||||||
zopfli==0.2.1
|
zopfli==0.2.1
|
||||||
fs==2.4.16
|
fs==2.4.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user