We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd0881 commit 5a668f8Copy full SHA for 5a668f8
1 file changed
pyproject.toml
@@ -24,10 +24,10 @@ classifiers = [
24
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
25
]
26
dependencies = [
27
- "numpy>=2.0",
28
- "scipy>=1.13",
29
- "pandas>=2.3,<3.0",
30
- "xarray>=2024.6,<=2024.11",
+ "numpy>=2.4,<3.0",
+ "scipy>=1.17,<2.0",
+ "pandas>=3.0,<4.0",
+ "xarray>=2026.2",
31
"bottleneck>=1.4",
32
"coloredlogs",
33
"toml",
0 commit comments