diff --git a/appengine/flexible/numpy/requirements.txt b/appengine/flexible/numpy/requirements.txt index 56ba16aaa44..12363ecc830 100644 --- a/appengine/flexible/numpy/requirements.txt +++ b/appengine/flexible/numpy/requirements.txt @@ -1,5 +1,5 @@ Flask==1.1.2 gunicorn==20.0.4 -numpy==1.20.0; python_version >= '3.7' -numpy==1.19.5; python_version < '3.7' +numpy==2.0.0; python_version >= '3.7' +numpy==2.0.0; python_version < '3.7' diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index f8c529fdcd3..5e2909841f8 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -1,8 +1,8 @@ Flask==1.1.2 gunicorn==20.0.4 imageio==2.9.0 -numpy==1.20.0; python_version >= '3.7' -numpy==1.19.5; python_version < '3.7' +numpy==2.0.0; python_version >= '3.7' +numpy==2.0.0; python_version < '3.7' pillow==8.1.2 scipy==1.6.1; python_version >= '3.7' scipy==1.5.4; python_version < '3.7' diff --git a/composer/workflows/requirements.txt b/composer/workflows/requirements.txt index 1339996914b..408f22d3925 100644 --- a/composer/workflows/requirements.txt +++ b/composer/workflows/requirements.txt @@ -3,5 +3,5 @@ SQLAlchemy==1.3.23 # must be under 1.4 until at least Airflow 2.0 (check airflow kubernetes==12.0.1 scipy==1.4.1; python_version > '3.0' scipy==1.2.3; python_version < '3.0' -numpy==1.19.5; python_version > '3.0' -numpy==1.16.6; python_version < '3.0' +numpy==2.0.0; python_version > '3.0' +numpy==2.0.0; python_version < '3.0'