Skip to content

Commit c311124

Browse files
authored
Merge pull request #13 from thewtex/patch-1
Fix typing-extensions version constraint syntax
2 parents 4d075e1 + fd45a09 commit c311124

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
@@ -31,7 +31,7 @@ requires-python = ">=3.9"
3131
dependencies = [
3232
"numpy >=2.0.0",
3333
"xarray >=2022.3",
34-
"typing-extensions>=4.10.0"]
34+
"typing-extensions >=4.10.0"]
3535

3636
[project.urls]
3737
Homepage = "https://github.com/xarray-contrib/xarray-dataclasses/"

0 commit comments

Comments
 (0)