Skip to content

Commit f431de6

Browse files
author
Andy Barrett
committed
add dask, pin numpy for shapely fix and remove unnecessary packages
1 parent 12bcc0a commit f431de6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

notebooks/SMAP/environment/environment.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ dependencies:
1010
- rioxarray
1111
- h5netcdf
1212
- dask
13-
#- netcdf4=1.6.2
14-
#- numpy=1.23.5
15-
#- matplotlib-base>=3.5
16-
1713
- matplotlib
1814
- cartopy
1915
- affine
16+
- numpy<2.1
17+
18+
#- vaex
19+
#- jupyter-offlinenotebook
20+
#- sidecar
21+
#- geoviews
22+
2023
- pipreqsnb
2124
- conda-lock>=1.2.1
2225
- mamba>=1.0

0 commit comments

Comments
 (0)