https://github.com/insarlab/MintPy
Raw File
Tip revision: 36a083521b39d9fb557741f9c5d703b7e42448c3 authored by Zhang Yunjun on 16 August 2022, 06:51:05 UTC
wrap up for version 1.4.1 (#829)
Tip revision: 36a0835
requirements.txt
# requirements.txt          for dependency installation via conda
# docs/environment.yml      for dependency installation via conda and create a new environment
# docs/ports.txt            for dependency installation via mac-ports
# setup.py                  for mintpy     installation via pip after the dependency installation above
# docs/requirements4rtd.txt for readthedocs, which uses pip with limited memory usage
python>=3.6
pip
cartopy
cvxopt
dask>=1.0
dask-jobqueue>=0.3
defusedxml
h5py
joblib
lxml
matplotlib
numpy
pyaps3>=0.3
pykml>=0.2
pyproj
pyresample
pysolid
scikit-image
scipy
# for ISCE, ARIA, FRInGE, HyP3, GMTSAR
# gdal>=3
back to top