Skip to content

Commit

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

* skip python 3.12 due to numpy install issues with --only-binary

---------

Co-authored-by: David Cavazos <[email protected]>
  • Loading branch information
renovate-bot and davidcavazos authored Apr 16, 2024
1 parent 776171e commit 7c7a16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==3.0.0
gunicorn==20.1.0
imageio==2.29.0
imageio==2.34.0
numpy==1.24.3
pillow==10.0.1
scipy==1.10.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
imageio==2.29.0
imageio==2.34.0
numpy==1.21.6
pillow==10.3.0
scipy==1.7.3
Expand Down

0 comments on commit 7c7a16a

Please sign in to comment.