Update scipy from 1.11.4 to 1.12.0

This commit is contained in:
pyup-bot 2024-02-05 15:51:04 +00:00
parent 4d01281ecf
commit b6eaebcbe8

View File

@ -4,7 +4,7 @@ brotli==1.1.0; platform_python_implementation != "PyPy"
brotlicffi==1.1.0.0; platform_python_implementation == "PyPy" brotlicffi==1.1.0.0; platform_python_implementation == "PyPy"
unicodedata2==15.1.0; python_version <= '3.11' unicodedata2==15.1.0; python_version <= '3.11'
scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' # pyup: ignore scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' # pyup: ignore
scipy==1.11.4; platform_python_implementation != "PyPy" and python_version >= '3.9' scipy==1.12.0; 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.3 zopfli==0.2.3
fs==2.4.16 fs==2.4.16