-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathenvironment.yml
71 lines (71 loc) · 1.26 KB
/
environment.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# create environment : conda env create -f environment.yml
# update dependencies: conda env update -f environment.yml
# remove environment : conda env remove -n RAiDER
# enter environment : conda activate RAiDER
# exit environment : conda deactivate
name: RAiDER
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- pip
# For running
- asf_search
- boto3
- cartopy
- cdsapi
- cfgrib
- dask
- dem_stitcher>=2.5.8
- ecmwf-api-client
- h5netcdf
- h5py
- hyp3lib>=3,<4
- herbie-data
- isce3>=0.15.0
- jsonschema==3.2.0 # this is for ASF DAAC ingest schema validation
- lxml
- matplotlib
- netcdf4
- numpy<2
- pandas
- progressbar
- pydap>3.2.2
- pyproj>=2.2.0
- pyyaml
- rasterio>=1.3.0
- requests
- rioxarray
- s3fs
- scipy>1.10.0
- sentineleof>=0.9.5
- shapely
- tqdm
- xarray
# For packaging and testing
- autopep8
- cmake
- cxx-compiler
- cython
- pybind11
- pytest
- pytest-console-scripts
- pytest-cov
- pytest-mock
- pytest-timeout
- setuptools_scm>=6.2
- sysroot_linux-64
# For docs website
- mkdocs
- mkdocs-macros-plugin
- mkdocs-material
- mkdocs-material-extensions
- mkdocstrings
- mkdocstrings-python
# For RAiDER-docs
- jupyter_contrib_nbextensions
- jupyterlab
- wand
# For development
- boto3-stubs