-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathopera_cslc_env.yml
38 lines (38 loc) · 993 Bytes
/
opera_cslc_env.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: opera_cslc
channels:
- conda-forge
dependencies:
- asf_search
- python>=3.8
- pip>=21.3 # https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#editable-installation
- git # for pip install, due to setuptools_scm
- isce3
- folium
- geopandas
- gdal>=3.3
- h5py>=3.6
- hdf5!=1.12.2 # https://github.com/SciTools/iris/issues/5187 and https://github.com/pydata/xarray/issues/7549
- ipykernel
- ipython
- jupyter_client
- jupyter_core
- numba>=0.54
- numpy>=1.20
- mintpy
- opera-utils>=0.1.1
- pandas
- pydantic>=2.1
- pymp-pypi>=0.4.5
- pyproj>=3.3
- rasterio
- rioxarray
- rich>=12.0
- ruamel.yaml>=0.15
- scipy>=1.5 # "scipy 0.16+ is required for linear algebra", numba. 1.5 is the oldest version that supports Python 3.7
- shapely>=1.8
- tbb>=2021.6.0 # Module for numba threading which prevents `fork()` crashes
- threadpoolctl>=3.0
- typing_extensions>=3.10
- watermark
- xarray
- xarray-datatree