Skip to content

Commit

Permalink
Update numpy requirement from <1.24.0 to <1.25.0 (#1381)
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@v0.2.0...v1.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2022
1 parent 9b0227e commit d957164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ development =
Cython
coverage
more-itertools
numpy<1.24.0
numpy<1.25.0
pendulum!=2.1.1
pexpect
pytest<7.3.0
Expand Down

0 comments on commit d957164

Please sign in to comment.