Skip to content

Commit d957164

Browse files
Update numpy requirement from <1.24.0 to <1.25.0 (#1381)
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>
1 parent 9b0227e commit d957164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ development =
8080
Cython
8181
coverage
8282
more-itertools
83-
numpy<1.24.0
83+
numpy<1.25.0
8484
pendulum!=2.1.1
8585
pexpect
8686
pytest<7.3.0

0 commit comments

Comments
 (0)