From 01165a6660a7b0cff975476f9198d00bfd4ce133 Mon Sep 17 00:00:00 2001 From: Nels Date: Thu, 2 Nov 2023 06:45:04 -0600 Subject: [PATCH] Pin pyarrow install to avoid ngen integration issues --- docker/Dockerfile.t-route | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.t-route b/docker/Dockerfile.t-route index f4c47674..8a184355 100644 --- a/docker/Dockerfile.t-route +++ b/docker/Dockerfile.t-route @@ -40,7 +40,7 @@ RUN cp -s /usr/bin/python3 /usr/bin/python \ && cd ${WORKDIR}/t-route \ && mkdir wheels \ && pip3 install -r ./requirements.txt \ - && pip3 install wheel deprecated dask pyarrow geopandas + && pip3 install wheel deprecated dask pyarrow<12.0.0 geopandas RUN export FC=gfortran NETCDF=/usr/include \ && cd ${WORKDIR}/t-route \ && ./compiler.sh \