Skip to content

Commit

Permalink
Merge pull request JiaweiZhuang#14 from raphaeldussin/setup_req
Browse files Browse the repository at this point in the history
Add ESMPy v8 to requirements, fixes JiaweiZhuang#13
  • Loading branch information
raphaeldussin authored Sep 2, 2020
2 parents 8494718 + d6f0cd8 commit 4468022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if on_rtd:
INSTALL_REQUIRES = []
else:
INSTALL_REQUIRES = ['esmpy', 'xarray', 'numpy', 'scipy']
INSTALL_REQUIRES = ['esmpy>=8.0.0', 'xarray', 'numpy', 'scipy']

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 4468022

Please sign in to comment.