Skip to content

Commit 4777d83

Browse files
Update numpy requirement from <1.26.0 to <1.27.0 (#1732)
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.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 845481c commit 4777d83

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
@@ -84,7 +84,7 @@ development =
8484
Cython
8585
coverage
8686
more-itertools
87-
numpy<1.26.0
87+
numpy<1.27.0
8888
pendulum!=2.1.1
8989
pexpect
9090
pytest<7.5.0

0 commit comments

Comments
 (0)