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 77989f8 commit 7f0c685Copy full SHA for 7f0c685
environment.yml
@@ -7,6 +7,7 @@ dependencies:
7
# Required
8
- copernicusmarine >=2.1.1
9
- xcube >=1.11.1
10
+ - numpy
11
- pandas
12
# for testing
13
- black
pyproject.toml
@@ -22,6 +22,7 @@ requires-python = ">=3.10"
22
dependencies = [
23
# Todo: add xcube-core when issue with matplotlib-base is solved
24
"copernicusmarine>=2.1.1",
25
+ "numpy",
26
"pandas",
27
"zarr"
28
]
0 commit comments