Skip to content

Commit 422b298

Browse files
Update numpy requirement from >=1.16.0 to >=2.0.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@v1.16.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6de26e commit 422b298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
'Topic :: Scientific/Engineering',
3535
]
3636
dependencies = [
37-
'numpy >= 1.16.0',
37+
'numpy >= 2.0.2',
3838
'scipy >= 1.2.0',
3939
'networkx >= 2.8.3',
4040
'importlib-resources; python_version<"3.9"',

0 commit comments

Comments
 (0)