Skip to content

Commit

Permalink
chore(deps): bump numpy from 1.21.4 to 1.22.0 in /appengine/flexible/…
Browse files Browse the repository at this point in the history
…scipy (GoogleCloudPlatform#8281)

* chore(deps): bump numpy in /appengine/flexible/scipy

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.21.4...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* pin numpy for python 3.7

* chore(deps): pin numpy for py2

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 26, 2022
1 parent 2e3d511 commit 4762700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Flask==2.1.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
imageio==2.14.0
numpy==1.21.4
numpy==1.22.0; python_version > "3.7"
numpy===1.21.4; python_version <= "3.7"
pillow==9.2.0
scipy==1.8.0; python_version > "3.7"
scipy==1.7.3; python_version <= "3.7"

0 comments on commit 4762700

Please sign in to comment.