Skip to content

Commit 2d8bea5

Browse files
committed
restrict typing-extensions to <5.0
1 parent d3aa0fa commit 2d8bea5

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
@@ -16,7 +16,7 @@ numpy = [
1616
{ version = ">=1.15, <1.22", python = ">=3.7.1, <3.8" },
1717
{ version = "^1.15", python = ">=3.8, <3.11" },
1818
]
19-
typing-extensions = ">=3.10"
19+
typing-extensions = ">=3.10, <5.0"
2020
xarray = [
2121
{ version = ">=0.18, <0.21", python = ">=3.7.1, <3.8" },
2222
{ version = ">=0.18, <2023", python = ">=3.8, <3.11" },

0 commit comments

Comments
 (0)