-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathenvironment.yml
More file actions
51 lines (51 loc) · 824 Bytes
/
environment.yml
File metadata and controls
51 lines (51 loc) · 824 Bytes
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
39
40
41
42
43
44
45
46
47
48
49
50
51
name: topsapp_env
channels:
- conda-forge
dependencies:
- python>=3.11,<3.13 # currently isce2 does not support 3.13
- pip
- affine
- asf_search>=10.0.5
- boto3
- dask # see https://github.com/unionai-oss/pandera/issues/1525
- dateparser
- flake8
- flake8-blind-except
- flake8-builtins
- flake8-import-order
- fsspec
- gdal
- geopandas
- ipykernel
- isce2==2.6.4
- jinja2
- joblib
- jsonschema==3.2.0
- jupyter
- lxml
- matplotlib
- netcdf4
- notebook
- numpy>=1.24
- pandas
- pandera
- pysolid
- papermill
- pytest
- pydantic
- pytest-cov
- pytest-mock
- rasterio
- requests
- rioxarray
- ruff
- xarray
- scipy<1.10
- setuptools
- setuptools_scm
- shapely
- tqdm
- dem_stitcher>=2.5.8
- aiohttp # only needed for manifest and swath download
- tile_mate>=0.0.8
- s1_orbits