From 3f3576f4c632bc8a00d3e18ec5a28aec9f5eb6c5 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Thu, 22 Aug 2024 15:54:29 -0400 Subject: [PATCH] use latest release of proj --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0edfa212..77264f18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV CLASSPATH=${CLASSPATH}:/usr/lib/jvm/java-11-openjdk/saxon/saxon.jar RUN pip install --upgrade pip # RUN python3 -m pip install 'cython<3' # RUN python3 -m pip install --no-use-pep517 pyproj==3.4.1 -RUN python3 -m pip install pyproj@git+https://github.com/pyproj4/pyproj.git@main +RUN python3 -m pip install pyproj@git+https://github.com/pyproj4/pyproj.git@3.6.1 COPY . $APP_DIR/