Skip to content

Commit

Permalink
unpin typing extensions (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovp authored Oct 9, 2023
1 parent 46fa478 commit 14bf585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"shapely>=2.0.1",
"rich",
"pyarrow",
"typing_extensions>=4.0.0,<4.6.0",
"typing_extensions>=4.8.0",
"dask-image",
"networkx",
"xarray-spatial>=0.3.5",
Expand Down Expand Up @@ -193,4 +193,3 @@ convention = "numpy"

# pyupgrade typing rewrite TODO: remove at some point from per-file ignore
# "UP006", "UP007"

0 comments on commit 14bf585

Please sign in to comment.