Skip to content

Commit 23c44ab

Browse files
committed
#194 fix start errors using six and remove pandas-bokeh obsolete package
1 parent 7f90929 commit 23c44ab

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

binder/environment.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geopython-workshop
22
channels:
33
- conda-forge
44
dependencies:
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

workshop/jupyter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4747
COPY ./requirements.txt /jupyter/requirements.txt

workshop/jupyter/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Shapely (via apt)
2-
tornado==6.2
2+
tornado
33
jupyter-client
44
jupyter
55
OWSLib
@@ -8,8 +8,6 @@ descartes
88
folium
99
bokeh
1010
ipyleaflet
11-
pandas-bokeh
1211
pydeck
1312
pygeometa # >0.7 removed by Just
1413
matplotlib
15-
six

0 commit comments

Comments
 (0)