Skip to content

Commit d40622e

Browse files
Update environment.yml
1 parent 45b5ef8 commit d40622e

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

environment.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ name: DS-geospatial
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.9
6-
- jupyter
7-
- jupyterlab
5+
- python=3.10
86
- ipython
7+
- jupyter
8+
- jupyterlab>3
99
- numpy
1010
- pandas
11-
- xarray
11+
- xarray=2022.09
1212
- geopandas
1313
- pygeos
1414
- rasterio
1515
- owslib
1616
- rasterstats
17-
- matplotlib
17+
# pinning to avoid compat issue with cartopy (https://github.com/jorisvandenbossche/course-python-geospatial/issues/21)
18+
- matplotlib=3.5
1819
- mapclassify
1920
- cartopy
2021
- contextily
@@ -23,7 +24,9 @@ dependencies:
2324
- s3fs
2425
- dask
2526
- distributed
27+
- dask-labextension
2628
- bokeh
29+
- jupyter_bokeh
2730
- intake
2831
- intake-xarray
2932
- ipympl
@@ -42,3 +45,4 @@ dependencies:
4245
- pooch
4346
- rioxarray
4447
- xarray-spatial
48+
- pyepsg

0 commit comments

Comments
 (0)