Revision 0d3b715ee8027494955d16d64949fb42a8cc9277 authored by Zhang Yunjun on 07 July 2022, 18:33:20 UTC, committed by GitHub on 07 July 2022, 18:33:20 UTC
+ `utils.plot.prepare_dem_background`: better handle the warning msg when the DEM range < contour levels

+ `objects.stackDict`: use enumerate for "for" loop & progressBar while writing HDF5 files

+ `scripts/jupyter_notebook_config.py`: replace NotebookApp with ServerApp for running docker

+ `bulk_plate_motion`: update comments by removing NNR-NUVEL1A as it seems obsolete compared with ITRF2014-PMM and NNR-MORVEL56.
1 parent 6558a52
Raw File
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
pysolid
scikit-image
scipy
# for ARIA, FRInGE, HyP3, GMTSAR
# gdal>=3
# for pyresample
pyresample
openmp
back to top