Skip to content

Commit

Permalink
Change to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 5, 2024
1 parent dde4cf7 commit 8fb5dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt update -y && \
apt install graphviz -y
RUN mamba install -c esri arcgis=2.2.0 -y

RUN pip install numpy>=1.16.5,<1.23.0 || echo "Failed to install numpy"
RUN mamba install -c numpy=1.22.4 -y || echo "Failed to install numpy"

RUN pip install --upgrade pip setuptools wheel
RUN pip install --upgrade nbconvert
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pyshp==2.3.1
pandas==1.5.2
censusdata
graphviz
numexpr>=2.8.4
bottleneck>=1.3.6
numexpr==2.10.1
bottleneck==1.4.2

0 comments on commit 8fb5dda

Please sign in to comment.