Skip to content

Commit

Permalink
Pin pyproj to 3.4.1, 3.6.1 fails to build in docker
Browse files Browse the repository at this point in the history
Our base image doesn't install a recent enough
version of proj-bin, so we'd need to install from
source. I can't see any reason to do this as yet.
  • Loading branch information
markstuart committed Nov 15, 2023
1 parent 89fdd39 commit 695f8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pyparsing>=2.1.10
requests>=1.1.0
cython==0.29.36; python_version < '3.9'
pyproj==2.6.1; python_version < '3.9'
pyproj==3.6.1; python_version >= '3.9'
pyproj==3.4.1; python_version >= '3.9'

Shapely==2.0.1
OWSLib==0.28.1
Expand Down

0 comments on commit 695f8bf

Please sign in to comment.