Skip to content

Commit

Permalink
minor change to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 5, 2024
1 parent a9d65e2 commit dfdf970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt update -y && \
add-apt-repository universe && \
apt update -y && \
apt install graphviz -y
RUN mamba install -c esri arcgis=2.2.0 numpy=1.26.2 -y
RUN mamba install -c esri arcgis=2.2.0 numpy>=1.16.5,<1.23.0 -y

RUN pip install --upgrade pip setuptools wheel
RUN pip install --upgrade nbconvert
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ pandas==1.5.2
censusdata
graphviz
numexpr>=2.8.4
bottleneck>=1.3.6
numpy>=1.16.5,<1.23.0
bottleneck>=1.3.6

0 comments on commit dfdf970

Please sign in to comment.