We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3d4ed commit 1b9d2aeCopy full SHA for 1b9d2ae
appengine/flexible/scipy/requirements.txt
@@ -7,4 +7,4 @@ numpy==1.26.4; python_version == '3.9'
7
numpy==1.24.4; python_version == '3.8'
8
pillow==10.3.0
9
scipy==1.10.1; python_version <= '3.9'
10
-scipy==1.14.0; python_version > '3.9'
+scipy==1.14.1; python_version > '3.9'
appengine/flexible_python37_and_earlier/scipy/requirements.txt
@@ -7,5 +7,5 @@ numpy==1.26.4; python_version == '3.9'
numpy==1.21.6; python_version == '3.7'
-scipy==1.14.0
+scipy==1.14.1
11
Werkzeug==3.0.3
0 commit comments