File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN pip3 install setuptools wheel psutil pipreqs arrow
3939# https://github.com/cgoldberg/xvfbwrapper
4040RUN pip3 install seaborn plotly kaleido xvfbwrapper
4141# rtree==0.9.4 & geopandas==0.6 & xlrd==1.2 & openpyxl==3.0 ??
42- RUN pip3 install scipy rtree geopandas fiona patsy statsmodels xlrd openpyxl
42+ RUN pip3 install scipy rtree geopandas fiona patsy statsmodels xlrd openpyxl geocoder
4343# beautifulsoup4==4.9 ??
4444RUN pip3 install connexion beautifulsoup4
4545#RUN pip3 install pycurl #recommended by jupyterlab
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN pip3 install setuptools wheel psutil pipreqs arrow
3939# https://github.com/cgoldberg/xvfbwrapper
4040RUN pip3 install seaborn plotly kaleido xvfbwrapper
4141# rtree==0.9.4 & geopandas==0.6 & xlrd==1.2 & openpyxl==3.0 ??
42- RUN pip3 install scipy rtree geopandas==0.9 fiona patsy statsmodels xlrd openpyxl geocoder
42+ RUN pip3 install scipy rtree geopandas fiona patsy statsmodels xlrd openpyxl geocoder
4343# beautifulsoup4==4.9 ??
4444RUN pip3 install connexion beautifulsoup4
4545#RUN pip3 install pycurl #recommended by jupyterlab
You can’t perform that action at this time.
0 commit comments