-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathenvironment.yml
More file actions
52 lines (52 loc) · 1.14 KB
/
Copy pathenvironment.yml
File metadata and controls
52 lines (52 loc) · 1.14 KB
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
52
# Transitional conda/mamba path for users not yet on pixi.
#
# `pyproject.toml` (with `pixi.lock`) is the source of truth for this project and is what
# CI and the Docker image build from. Nothing validates this file, so it will drift and
# eventually stop solving; at that point it will be removed rather than repaired.
# If you hit a dependency problem here, please use `pixi install` instead of filing an issue.
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
- fsspec
- gdal
- geopandas
- ipykernel
- isce2==2.6.5
- jinja2
- joblib
- jsonschema>=4
- jupyterlab
- jupyter-collaboration
- lxml
- matplotlib
- netcdf4
- numpy>=1.24
- pandas
- pandera
- pysolid
- pytest
- pydantic
- pytest-cov
- pytest-mock
- rasterio
- requests
- rioxarray
- ruff
- xarray
- scipy>=1.11
- setuptools
- setuptools_scm
- shapely
- tqdm
- dem_stitcher>=3.1.1
- aiohttp # only needed for manifest and swath download
- tile_mate>=0.0.8
- s1_orbits