Skip to content

Commit 17c34b0

Browse files
Bump numpy from 1.26.4 to 2.0.2
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.2. - [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.4...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8e3639 commit 17c34b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def read(fname):
4747
"networkx >= 2.5.0, < 3.5.0",
4848
# newer pandas versions don't work with specified sqlalchemy versions, but upgrading
4949
# sqlalchemy leads to new errors.. should be fixed at some point
50-
"numpy ==1.26.4",
50+
"numpy ==2.0.2",
5151
"pandas >= 1.4.0, < 2.2.0",
5252
"plotly < 6.0",
5353
"pydot < 3.1.0",

0 commit comments

Comments
 (0)