Skip to content

Commit 51bf943

Browse files
Update numpy requirement from <=2.4.1 to <=2.4.2
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.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c935a7b commit 51bf943

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.4.1",
33+
"numpy <= 2.4.2",
3434
"lxml <= 6.0.2",
3535
"pooch <= v1.8.2",
3636
"importlib-resources; python_version <= '3.8'",

0 commit comments

Comments
 (0)