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
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - python=3.7
5
+ - python=3.12
6
6
- pyproj
7
7
- shapely
8
8
- gdal
@@ -13,9 +13,7 @@ dependencies:
13
13
- pygeometa
14
14
- folium
15
15
- owslib
16
- - bokeh=2.4.3
16
+ - bokeh
17
17
- ipyleaflet
18
18
- 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} \
41
41
LANG=${LANG} \
42
42
DEBIAN_FRONTEND="noninteractive" \
43
43
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}" \
45
45
PROJ_DIR="/usr"
46
46
47
47
COPY ./requirements.txt /jupyter/requirements.txt
Original file line number Diff line number Diff line change 1
1
# Shapely (via apt)
2
- tornado == 6.2
2
+ tornado
3
3
jupyter-client
4
4
jupyter
5
5
OWSLib
@@ -8,8 +8,6 @@ descartes
8
8
folium
9
9
bokeh
10
10
ipyleaflet
11
- pandas-bokeh
12
11
pydeck
13
12
pygeometa # >0.7 removed by Just
14
13
matplotlib
15
- six
You can’t perform that action at this time.
0 commit comments