Skip to content

Commit fd45a09

Browse files
authored
Fix typing-extensions version constraint syntax
1 parent bd0970c commit fd45a09

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
@@ -28,7 +28,7 @@ requires-python = ">=3.9"
2828
dependencies = [
2929
"numpy >=2.0.0",
3030
"xarray >=2022.3",
31-
"typing-extensions>=4.10.0"]
31+
"typing-extensions >=4.10.0"]
3232

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

0 commit comments

Comments
 (0)