rhugonnet / ww_tvol_study

Process global-scale satellite and airborne elevation data into time series of glacier mass change: Hugonnet et al. (2021).
https://doi.org/10.1038/s41586-021-03436-z
MIT License
44 stars 16 forks source link

pybob version in .yml file should be updated #5

Closed bowenbelongstonature closed 2 years ago

bowenbelongstonature commented 2 years ago

nmad cannot be imported with pybob==0.24. So, I think the version should >=0.25.

rhugonnet commented 2 years ago

The main branch of pybob has not changed in 3 years, so it's probably more a branch problem. The iamdonovan/test_dev branch is the one to use. I'll keep this open to remind myself to add a note to the README at a later point.

rhugonnet commented 2 years ago

Done in 1c016ef.

Poleside commented 1 year ago

I found that in here it's scikit-image==0.15.0, while pybob(iamdonovan/test_dev) requires scikit-image>=0.18

rhugonnet commented 1 year ago

Good point, the +git was also missing to fetch pybob@iamdonovan/test via pip. All updated and tested locally, the environment builds.