File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geopython-workshop
22channels :
33 - conda-forge
44dependencies :
5- - python=3.7
5+ - python=3.12
66 - pyproj
77 - shapely
88 - gdal
@@ -13,9 +13,7 @@ dependencies:
1313 - pygeometa
1414 - folium
1515 - owslib
16- - bokeh=2.4.3
16+ - bokeh
1717 - ipyleaflet
1818 - matplotlib
19- - pip
20- - pip :
21- - pandas-bokeh
19+ - pydeck
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ ENV TZ=${TZ} \
4141 LANG=${LANG} \
4242 DEBIAN_FRONTEND="noninteractive" \
4343 DEB_BUILD_DEPS="gpg-agent software-properties-common build-essential apt-utils python3-dev libproj-dev" \
44- DEB_PACKAGES="locales locales-all proj-bin python3-shapely python3-pyproj python3-setuptools python3-pip python3-gdal python3-fiona python3-rasterio ${ADD_DEB_PACKAGES}" \
44+ DEB_PACKAGES="locales locales-all proj-bin python3-shapely python3-pyproj python3-setuptools python3-pip python3-gdal python3-fiona python3-rasterio python3-six ${ADD_DEB_PACKAGES}" \
4545 PROJ_DIR="/usr"
4646
4747COPY ./requirements.txt /jupyter/requirements.txt
Original file line number Diff line number Diff line change 11# Shapely (via apt)
2- tornado == 6.2
2+ tornado
33jupyter-client
44jupyter
55OWSLib
@@ -8,8 +8,6 @@ descartes
88folium
99bokeh
1010ipyleaflet
11- pandas-bokeh
1211pydeck
1312pygeometa # >0.7 removed by Just
1413matplotlib
15- six
You can’t perform that action at this time.
0 commit comments