From dfdf970a2552324d1dee9093488f6f1b53746519 Mon Sep 17 00:00:00 2001 From: man3ng Date: Mon, 4 Nov 2024 18:37:26 -0800 Subject: [PATCH] minor change to packages --- Dockerfile | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01a6b50..70cd01f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index ddff46a..b58f604 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +bottleneck>=1.3.6 \ No newline at end of file