Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Bump numpy from 1.21.0 to 1.22.0 (#90)
Browse files Browse the repository at this point in the history
* Bump numpy from 1.21.0 to 1.22.0

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

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

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

* Numpy does not support python 3.7 anymore.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alvaro Gonzalez <alvaro.gonzalez@csc.fi>
  • Loading branch information
dependabot[bot] and lvarin committed Jun 28, 2022
1 parent fa5986c commit d3793fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8","3.9", "3.10"]
python-version: ["3.8","3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ more-itertools==7.2.0
msgpack-python==0.5.6
mypy==0.931
mypy-extensions==0.4.3
numpy==1.21.0
numpy==1.22.0
openapi-spec-validator==0.2.8
packaging==19.0
pip-review==1.0
Expand Down

0 comments on commit d3793fa

Please sign in to comment.