We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710f436 commit fbf148fCopy full SHA for fbf148f
pyproject.toml
@@ -19,7 +19,12 @@ name = "xarray"
19
readme = "README.md"
20
requires-python = ">=3.10"
21
22
-dependencies = ["numpy>=1.24", "packaging>=23.2", "pandas>=2.1"]
+dependencies = [
23
+ "numpy>=1.24",
24
+ "packaging>=23.2",
25
+ "pandas>=2.1",
26
+ "typing_extensions>=4.8",
27
+]
28
29
# We don't encode minimum requirements here (though if we can write a script to
30
# generate the text from `min_deps_check.py`, that's welcome...). We do add
0 commit comments