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 1948908 commit 538f811Copy full SHA for 538f811
pyproject.toml
@@ -19,12 +19,7 @@ name = "xarray"
19
readme = "README.md"
20
requires-python = ">=3.10"
21
22
-dependencies = [
23
- "numpy>=1.24",
24
- "packaging>=23.2",
25
- "pandas>=2.1",
26
- "typing_extensions>=4.8",
27
-]
+dependencies = ["numpy>=1.24", "packaging>=23.2", "pandas>=2.1"]
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