Skip to content

Commit

Permalink
Merge pull request #366 from girder/pyproj-minimum-version
Browse files Browse the repository at this point in the history
Correct the pyproj minimum version.
  • Loading branch information
manthey authored Aug 29, 2019
2 parents 4d048c0 + d62f3bc commit b82cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/mapnik/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def prerelease_local_scheme(version):
'gdal',
'mapnik',
'palettable',
'pyproj>=2.0.0',
'pyproj>=2.2.0',
],
extras_require={
'girder': 'girder-large-image>=1.0.0',
Expand Down

0 comments on commit b82cda6

Please sign in to comment.