Skip to content

Commit 01dcba7

Browse files
Update numpy requirement from <2.2 to <2.3
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.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f77de0 commit 01dcba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"meshio",
3131
"networkx",
3232
"numba",
33-
"numpy < 2.2",
33+
"numpy < 2.3",
3434
"scipy",
3535
"seaborn",
3636
"shapely",

0 commit comments

Comments
 (0)