Skip to content

Commit

Permalink
prep for numpy downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Nov 19, 2024
1 parent a612519 commit c6fee4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN mamba install -c esri arcgis arcgis-mapping -y && \
RUN pip install --upgrade pip setuptools wheel
RUN pip install --upgrade nbconvert

# RUN pip install "numpy<2"

USER $NB_UID

COPY arcgis_test.ipynb /opt
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ keplergl
mesa-geo
mesa
matplotlib
jupyterlab
shapely
pyshp
pandas
Expand All @@ -20,5 +19,5 @@ geopandas
cartopy
pysal
contextily
osmnx
jupyterlab_widgets
jupyterlab_widgets
osmnx

0 comments on commit c6fee4b

Please sign in to comment.