Skip to content

Commit

Permalink
chore(deps): update dependency imageio to v2.36.1 (#12937)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency imageio to v2.36.1

* Update appengine/flexible/scipy/requirements.txt

* Update appengine/flexible/scipy/requirements.txt

---------

Co-authored-by: Katie McLaughlin <[email protected]>
  • Loading branch information
renovate-bot and glasnt authored Jan 7, 2025
1 parent 409a7d8 commit 8b3d4ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Flask==3.0.3
gunicorn==22.0.0
imageio==2.34.2
imageio==2.35.1; python_version == '3.8'
imageio==2.36.1; python_version >= '3.9'
numpy==2.0.0; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==3.0.3; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==22.0.0
imageio==2.34.2
imageio==2.36.1
numpy==2.0.0; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ apache-beam[gcp]==2.46.0
earthengine-api==0.1.395
folium==0.16.0
google-cloud-aiplatform==1.47.0
imageio==2.34.2
imageio==2.36.1
plotly==5.15.0
tensorflow==2.12.0

0 comments on commit 8b3d4ed

Please sign in to comment.