USGS-CMG / usgs-cmg-portal

do_convert.sh
6 stars 13 forks source link

Travis failing because of incompatible version specs #315

Closed dnowacki-usgs closed 4 years ago

dnowacki-usgs commented 5 years ago

Travis pulls all the requirements.txt files, which are currently --file=./catalog_harvest/requirements.txt --file=./usgs_rapid_release_gauges/requirements.txt --file=./woods_hole_obs_data/requirements.txt --file=./santa_cruz_obs_data/requirements.txt --file=./whoi_obs_data/requirements.txt

This results in the error:

UnsatisfiableError: The following specifications were found to be in conflict:
326  - netcdf4 <=1.2.8
327  - pyaxiom >=1.2.0 -> pynco -> nco -> esmf -> hdf5 >=1.10.4,<1.10.5.0a0
328  - pyaxiom >=1.2.0 -> pynco -> nco -> esmf -> libnetcdf >=4.6.2,<4.7.0a0

I'm guessing there are some out-of-date version specs in some of those requirements.txt that are no longer relevant...

rsignell-usgs commented 5 years ago

@dnowacki-usgs , yeah, all that stuff should definitely be unpinned. PR?

dnowacki-usgs commented 4 years ago

Closed by #316.