Skip to content

Commit

Permalink
Update numpy requirement from ~=1.24.0 to ~=1.26.2
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.24.0...v1.26.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent 07e89a1 commit 7900e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coverage>=5.1
coverage-pyver-pragma>=0.2.1
html5lib>=1.1
importlib-metadata>=3.6.0
numpy~=1.24.0; python_version >= "3.8"
numpy~=1.26.2; python_version >= "3.8"
pytest>=6.0.0
pytest-cov>=2.8.1
pytest-datafiles>=2.0
Expand Down

0 comments on commit 7900e1d

Please sign in to comment.