cedadev / nappy

NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

cannot install package without already having xarray installed #29

Closed rsmith013 closed 3 years ago

rsmith013 commented 3 years ago

the setup.py imports the version from the top level init.py but this also imports * from nappy_api. This means that you cannot install unless you already have xarray. Can the version be baked into the setup.py script or the API import moved elsewhere?

agstephens commented 3 years ago

@rsmith013: Please try it out again. I have updated master and it should avoid the problem.

rsmith013 commented 3 years ago

sorted, cheers