Skip to content

Commit 68deca1

Browse files
committed
refactor: replace networkx with rustworkx
1 parent 9db90cf commit 68deca1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"loguru<1.0.0,>=0.7.3",
1010
"requests<3.0.0,>=2.32.3",
1111
"bs4<1.0.0,>=0.0.2",
12-
"networkx<4.0.0,>=3.4.2",
12+
"rustworkx>=0.17.1",
1313
]
1414

1515
[dependency-groups]
@@ -18,7 +18,6 @@ dev = [
1818
"mypy>=1.13.0,<2",
1919
"types-requests>=2.32.0,<3.0.0",
2020
"types-beautifulsoup4>=4.12.0,<5.0.0",
21-
"types-networkx>=3.4.2",
2221
"pytest>=8.3.4,<9",
2322
"pre-commit>=4.5.0",
2423
]

0 commit comments

Comments
 (0)