Skip to content

Commit

Permalink
Add xarray as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Aug 1, 2018
1 parent f3a073a commit e2879b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pandas<0.21; python_version == '3.4'
cdflib
tables
tqdm
xarray
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ def read(fname):
},
install_requires=['Jinja2',
'pandas;python_version>="3.5"',
'pandas<0.21;python_version<"3.5.0"',
'pandas<0.21;python_version<"3.5"',
'cdflib',
'tables',
'tqdm'],
'tqdm',
'xarray'],
setup_requires=['pytest-runner'],
tests_require=['pytest']
)

0 comments on commit e2879b1

Please sign in to comment.