forked from dbekaert/RAiDER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
63 lines (63 loc) · 1.08 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
# 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
- boto3
- cdsapi
- cfgrib
- cmake
- cxx-compiler
- cython
- dask
- dem_stitcher>=2.3.1
- ecmwf-api-client
- h5py
- herbie-data
- h5netcdf
- isce3>=0.9.0
- lxml
- matplotlib
- netcdf4
- numpy
- pandas
- progressbar
- pydap>3.2.2
- pyproj>=2.2.0
- pyyaml
- rasterio>=1.3.0
- rioxarray
- requests
- s3fs
- scipy
- shapely
- sysroot_linux-64
- tqdm
- xarray
# For packaging and testing
- autopep8
- pytest
- pytest-cov
- pytest-timeout
- pytest-console-scripts
- setuptools_scm >=6.2
# For docs website
- mkdocs
- mkdocstrings
- mkdocstrings-python
- mkdocs-macros-plugin
- mkdocs-material
- mkdocs-material-extensions
- sentineleof
# For RAiDER-docs
- jupyterlab
- jupyter_contrib_nbextensions
- wand