Skip to content

Commit

Permalink
Merge pull request #978 from akrherz/issue977
Browse files Browse the repository at this point in the history
relax pooch requirement to >=0.1
  • Loading branch information
dopplershift committed Dec 11, 2018
2 parents 9970063 + 8072cbc commit 7e1092e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ dependencies:
- cartopy
- doc8
- recommonmark
- pooch=0.1
- pooch>=0.1, <0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
install_requires=['matplotlib>=1.5.1', 'numpy>=1.11.0', 'scipy>=0.14',
'pint>=0.8', 'xarray>=0.10.7', 'enum34;python_version<"3.4"',
'pooch==0.1.*'],
'pooch>=0.1, <0.3'],
extras_require={
'cdm': ['pyproj>=1.9.4'],
'dev': ['ipython[all]>=3.1'],
Expand Down

0 comments on commit 7e1092e

Please sign in to comment.