Skip to content

Commit fbf148f

Browse files
committed
Add typing_extensions to dependencies.
1 parent 710f436 commit fbf148f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ name = "xarray"
1919
readme = "README.md"
2020
requires-python = ">=3.10"
2121

22-
dependencies = ["numpy>=1.24", "packaging>=23.2", "pandas>=2.1"]
22+
dependencies = [
23+
"numpy>=1.24",
24+
"packaging>=23.2",
25+
"pandas>=2.1",
26+
"typing_extensions>=4.8",
27+
]
2328

2429
# We don't encode minimum requirements here (though if we can write a script to
2530
# generate the text from `min_deps_check.py`, that's welcome...). We do add

0 commit comments

Comments
 (0)