Skip to content

Commit a865bca

Browse files
deps(deps): update networkx requirement from ^2.6 to ^3.4
Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](networkx/networkx@networkx-2.6...networkx-3.4.2) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aafb5e5 commit a865bca

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
@@ -20,7 +20,7 @@ authors = [{ name = "F. F. Martinez Gamo" }]
2020
[tool.poetry.dependencies]
2121
python = "^3.10"
2222
# Minimal core - truly minimal for primality testing
23-
networkx = {version = "^2.6", optional = true}
23+
networkx = {version = "^3.4", optional = true}
2424
cachetools = {version = "^5.0", optional = true}
2525
numpy = {version = "^1.24", optional = true}
2626
scipy = {version = "^1.9", optional = true}

0 commit comments

Comments
 (0)