File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,19 +2,20 @@ name: DS-geospatial
22channels :
33 - conda-forge
44dependencies :
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
You can’t perform that action at this time.
0 commit comments