Skip to content

Commit 07f8dff

Browse files
Restore environment.yml
1 parent 5bfbd2e commit 07f8dff

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

environment.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: DS-geospatial
22
channels:
33
- conda-forge
44
dependencies:
5-
- python
5+
- python=3.12
66
- ipython
77
- jupyter
8-
- jupyterlab
8+
- jupyterlab>3
99
- numpy
1010
- pandas
1111
- xarray
@@ -20,6 +20,13 @@ dependencies:
2020
- geoplot
2121
- fsspec
2222
- s3fs
23+
- dask
24+
- distributed
25+
- dask-labextension
26+
- bokeh
27+
- jupyter_bokeh
28+
- intake
29+
- intake-xarray
2330
- ipympl
2431
- ipyleaflet
2532
- folium
@@ -29,4 +36,10 @@ dependencies:
2936
- datashader
3037
- cmocean
3138
- zarr
39+
- h5netcdf
40+
- h5py
41+
- cfgrib
42+
- pooch
3243
- rioxarray
44+
- xarray-spatial
45+
- pyepsg

0 commit comments

Comments
 (0)