ioos / pyoos

A Python library for collecting Met/Ocean observations
GNU Lesser General Public License v3.0
34 stars 33 forks source link

Is pyoos compatible with numpy 1.7.1? #13

Closed rsignell-usgs closed 10 years ago

rsignell-usgs commented 10 years ago

In the readme.md, it says

pip install numpy==1.6.2

my Wakari environment is at numpy 1.7.1.

Is that a problem?

(When I install pyoos it tried to build numpy 1.6...)

-Rich

kwilcox commented 10 years ago

Well, we only test against 1.6.2. What are you using that requires 1.7.1? Can you just use 1.6.2?

rsignell-usgs commented 10 years ago

Both the EPD and Wakari distributions are at numpy 1.7.1 and have a lot of other packages dependencies on numpy 1.7.1. How about using Travis for testing different environments?

acrosby commented 10 years ago

@kwilcox That's not true, pyoos doesn't list numpy as a dep, only paegan does, and I set that to numpy>=1.7.0

acrosby commented 10 years ago

Paegan in pypi needs to be updated

kwilcox commented 10 years ago

paegan tests pass with >=1.7.0? why not >=1.6.2?

acrosby commented 10 years ago

roms regridder requires 1.7 afaik, surprised tests pass

rsignell-usgs commented 10 years ago

Kyle & Alex

kwilcox commented 10 years ago

pushed, please test