Skip to content

Commit 7f0c685

Browse files
committed
reintroduce numpy as it is imported and should always be listed as dependency
1 parent 77989f8 commit 7f0c685

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
# Required
88
- copernicusmarine >=2.1.1
99
- xcube >=1.11.1
10+
- numpy
1011
- pandas
1112
# for testing
1213
- black

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ requires-python = ">=3.10"
2222
dependencies = [
2323
# Todo: add xcube-core when issue with matplotlib-base is solved
2424
"copernicusmarine>=2.1.1",
25+
"numpy",
2526
"pandas",
2627
"zarr"
2728
]

0 commit comments

Comments
 (0)