Skip to content

Commit 7ea7948

Browse files
chore: fix dependency specification
1 parent 821eca5 commit 7ea7948

2 files changed

Lines changed: 58 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ dev = [
7575
"types-PyYAML",
7676
"types-requests",
7777
"pandas-stubs",
78-
"types-networkx = ^3.5.0.20250701",
79-
"types-shapely = ^2.1.0.20250512",
80-
"scipy-stubs = ^1.16.0.2",
78+
"types-networkx~=3.5.0.20250701",
79+
"types-shapely~=2.1.0.20250512",
80+
"scipy-stubs~=1.16.0.2",
8181
]
8282

8383
[tool.uv]

uv.lock

Lines changed: 55 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)