Skip to content

Commit c048a61

Browse files
deps(deps): update numpy requirement from ^1.24 to ^2.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.24.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aafb5e5 commit c048a61

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
@@ -22,7 +22,7 @@ python = "^3.10"
2222
# Minimal core - truly minimal for primality testing
2323
networkx = {version = "^2.6", optional = true}
2424
cachetools = {version = "^5.0", optional = true}
25-
numpy = {version = "^1.24", optional = true}
25+
numpy = {version = "^2.2", optional = true}
2626
scipy = {version = "^1.9", optional = true}
2727
sympy = {version = "^1.10", optional = true}
2828

0 commit comments

Comments
 (0)