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 c229a79 commit 1e4bb30Copy full SHA for 1e4bb30
environment.yml
@@ -8,7 +8,6 @@ dependencies:
8
- copernicusmarine >=2.1.1
9
- xcube >=1.9.1
10
- numpy >2.0.0 # to avoid inconsistent results with copernicusmarine package
11
- - xarray <2024.7.0 # to avoid inconsistent results with copernicusmarine package
12
- pandas
13
# for testing
14
- black
pyproject.toml
@@ -23,7 +23,6 @@ dependencies = [
23
# Todo: add xcube-core when issue with matplotlib-base is solved
24
"copernicusmarine>=2.1.1",
25
"numpy>=2.0.0",
26
- "xarray<2024.7.0",
27
"pandas",
28
"zarr"
29
]
0 commit comments