Skip to content

Commit 5ce8364

Browse files
committed
Remove pins on numpy version.
1 parent 723b820 commit 5ce8364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dependencies:
5757
- frozenlist
5858
- fsspec
5959
- GeoAlchemy2
60+
- geomad
6061
- greenlet
6162
- HeapDict
6263
- idna
@@ -79,8 +80,7 @@ dependencies:
7980
- munch
8081
- netCDF4
8182
- networkx
82-
# for the sake of geomedian address this later
83-
- numpy<2.0
83+
- numpy
8484
- ordered-set
8585
- packaging
8686
- pandas

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ future_fstrings
99
mock
1010
moto
1111
networkx
12-
numpy<2.0
12+
numpy
1313
odc-algo>=1.0.1
1414
odc-cloud>=0.2.5
1515
odc-dscache>=1.9

0 commit comments

Comments
 (0)