Skip to content

Commit 1e4bb30

Browse files
committed
remove xarray version pinning
1 parent c229a79 commit 1e4bb30

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dependencies:
88
- copernicusmarine >=2.1.1
99
- xcube >=1.9.1
1010
- numpy >2.0.0 # to avoid inconsistent results with copernicusmarine package
11-
- xarray <2024.7.0 # to avoid inconsistent results with copernicusmarine package
1211
- pandas
1312
# for testing
1413
- black

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies = [
2323
# Todo: add xcube-core when issue with matplotlib-base is solved
2424
"copernicusmarine>=2.1.1",
2525
"numpy>=2.0.0",
26-
"xarray<2024.7.0",
2726
"pandas",
2827
"zarr"
2928
]

0 commit comments

Comments
 (0)