Skip to content

Commit 3af4a8a

Browse files
Update numpy requirement from <=2.3.5 to <=2.4.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@v0.2.0...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff9d5bc commit 3af4a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Operating System :: POSIX :: Linux"
3131
]
3232
dependencies = [
33-
"numpy <= 2.3.5",
33+
"numpy <= 2.4.0",
3434
"lxml <= 6.0.2",
3535
"pooch <= v1.8.2",
3636
"importlib-resources; python_version <= '3.8'",

0 commit comments

Comments
 (0)