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 f314362 commit 83dc76bCopy full SHA for 83dc76b
environment.yml
@@ -55,7 +55,7 @@ dependencies:
55
- scipy>=1.10.0
56
- sqlalchemy>=2.0.0
57
- tabulate>=0.9.0
58
- - xarray>=2022.12.0, <2024.10.0
+ - xarray>=2022.12.0, <=2024.9.0
59
- xlrd>=2.0.1
60
- xlsxwriter>=3.0.5
61
- zstandard>=0.19.0
requirements-dev.txt
@@ -44,7 +44,7 @@ s3fs>=2022.11.0
44
scipy>=1.10.0
45
SQLAlchemy>=2.0.0
46
tabulate>=0.9.0
47
-xarray>=2022.12.0, <2024.10.0
+xarray>=2022.12.0, <=2024.9.0
48
xlrd>=2.0.1
49
xlsxwriter>=3.0.5
50
zstandard>=0.19.0
0 commit comments