Revision 47fa90566ad704bd3ee325752ba9cb3519618b7f authored by Zhang Yunjun on 09 February 2023, 09:05:51 UTC, committed by GitHub on 09 February 2023, 09:05:51 UTC
+ view: fix the bug while referencing unwrapPhase* 2D matrix with multilook number>1 + requirements: pin scipy<1.10 to avoid interpolate error [temporary] + circleci: unset strict conda channel priority + ionex: update the link
1 parent 1a3e85d
environment.yml
# create environment : conda env create -f environment.yml
# update dependencies: conda env update -f environment.yml
# remove environment : conda env remove -n mintpy
# enter environment : conda activate mintpy
# exit environment : conda deactivate
name: mintpy
channels:
- conda-forge
- defaults
dependencies:
- python>=3.6
- pip
- cartopy
- cvxopt
- dask>=1.0
- dask-jobqueue>=0.3
- gdal>=3 # for ISCE, ARIA, FRInGE, HyP3, GMTSAR users
- h5py
- joblib
- lxml
- matplotlib
- numpy
- pre-commit # for developers
- pyaps3>=0.3
- pykml>=0.2
- pyproj
- pyresample
- pysolid
- rich
- scikit-image
- scipy

Computing file changes ...