Skip to content

Commit 62f0983

Browse files
Update numpy requirement from <3.0,>=1.26 to >=2.4.4,<3.0
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.26.0...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8793c49 commit 62f0983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.26,<3.0
1+
numpy>=2.4.4,<3.0
22
pytest>=8.0,<10.0
33
ruff>=0.5,<1.0
44
mypy>=1.10,<2.0

0 commit comments

Comments
 (0)