Skip to content

Commit

Permalink
Remove regex and add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamdan committed Nov 29, 2024
1 parent dbc9e78 commit df7ef47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 74 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"pandas>=1.4.0",
"geopandas>=1.0.0",
"shapely>=2.0.0",
"regex>=2022.1.18",
"pint>=0.21.0",
"typing-extensions>=4.6.2",
"pyproj>=3.3.0",
Expand All @@ -57,6 +56,8 @@ dev = [
"pytest-cov>=5.0.0",
"pytest-xdist>=3.1.0",
"coverage[toml]>=7.0.5",
"networkx>=3.4.2",
"matplotlib>=3.9.2",
]

[tool.uv]
Expand Down
78 changes: 5 additions & 73 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df7ef47

Please sign in to comment.