We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3d511 commit 4762700Copy full SHA for 4762700
appengine/flexible/scipy/requirements.txt
@@ -2,7 +2,8 @@ Flask==2.1.0; python_version > '3.6'
2
Flask==2.0.3; python_version < '3.7'
3
gunicorn==20.1.0
4
imageio==2.14.0
5
-numpy==1.21.4
+numpy==1.22.0; python_version > "3.7"
6
+numpy===1.21.4; python_version <= "3.7"
7
pillow==9.2.0
8
scipy==1.8.0; python_version > "3.7"
9
scipy==1.7.3; python_version <= "3.7"
0 commit comments