Skip to content

Commit

Permalink
use latest release of proj
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Aug 22, 2024
1 parent 3972830 commit 3f3576f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 3f3576f

Please sign in to comment.