We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a65faf commit 99530b1Copy full SHA for 99530b1
1 file changed
environment.yml
@@ -2,7 +2,7 @@ name: DS-geospatial
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.8
+ - python=3.9
6
- jupyter
7
- jupyterlab
8
- ipython
@@ -15,7 +15,6 @@ dependencies:
15
- owslib
16
- rasterstats
17
- matplotlib
18
- - descartes
19
- mapclassify
20
- cartopy
21
- contextily
@@ -27,6 +26,7 @@ dependencies:
27
26
- bokeh
28
- intake
29
- intake-xarray
+ - ipympl
30
- ipyleaflet
31
- folium
32
- seaborn
@@ -37,5 +37,7 @@ dependencies:
37
- zarr
38
- h5netcdf
39
- h5py
40
+ - cfgrib
41
+ - pooch
42
- rioxarray
43
- xarray-spatial
0 commit comments