Skip to content

Commit

Permalink
prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 27, 2018
1 parent b3db951 commit b305180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions pyiri2016/__init__.py
@@ -1,9 +1,4 @@
try:
from pathlib import Path
Path().expanduser()
except (ImportError,AttributeError): # Python < 3.5
from pathlib2 import Path
#%%
from pathlib import Path
import datetime
from dateutil.parser import parse
import xarray
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
install_requires = ['python-dateutil','numpy','pathlib2']
install_requires = ['python-dateutil','numpy','xarray']
tests_require = ['nose','coveralls']
name = 'pyiri2016'
# %%
Expand Down

0 comments on commit b305180

Please sign in to comment.