Skip to content

Commit

Permalink
MNT: Remove unneeded Cartopy pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Oct 4, 2016
1 parent 9eb397a commit d758ffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def run(self):
'cdm': ['pyproj>=1.9.4'],
'dev': ['ipython[all]>=3.1'],
'doc': ['sphinx>=1.3', 'ipython[all]>=3.1'],
# Until we have 0.13.1 on pypi, need to limit shapely
'examples': ['cartopy>=0.13.0', 'shapely<=1.5.12', 'pillow'],
'examples': ['cartopy>=0.13.1'],
'test': ['pytest', 'pytest-runner']
},

Expand Down

0 comments on commit d758ffb

Please sign in to comment.