GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
200 stars 70 forks source link

make mpi an optional dependency #316

Closed basaks closed 3 years ago

basaks commented 3 years ago
  1. adds a non-mpi system support
  2. drops support for python3.6 env
  3. new ci env to track non-mpi working env
mcgarth commented 3 years ago

Working with f3882aa1

The above commits get around the issue I mentioned above.

New issue: requirements.txt is overwritten as part of python setup.py install. I don't think this is ideal, is there another way?

I approve the merge, but with the caveat that we address the overwriting of requirements.txt in the near future