py-cartopy does not yet support PROJ.6 (#11765)

This commit is contained in:
Adam J. Stewart 2019-06-17 20:35:14 -05:00 committed by Elizabeth Fischer
parent a896a33b3b
commit a239ba33af

View file

@ -21,7 +21,7 @@ class PyCartopy(PythonPackage):
depends_on('py-pyshp@1.1.4:', type=('build', 'run')) depends_on('py-pyshp@1.1.4:', type=('build', 'run'))
depends_on('py-six@1.3.0:', type=('build', 'run')) depends_on('py-six@1.3.0:', type=('build', 'run'))
depends_on('geos@3.3.3:') depends_on('geos@3.3.3:')
depends_on('proj@4.9.0:') depends_on('proj@4.9.0:5')
# optional dependecies # optional dependecies
depends_on('py-matplotlib@1.5.1:', type=('build', 'run')) depends_on('py-matplotlib@1.5.1:', type=('build', 'run'))