-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
39 lines (39 loc) · 839 Bytes
/
Copy pathenvironment.yaml
File metadata and controls
39 lines (39 loc) · 839 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
# Shared conda environment for ALL tempo-no2-maap DPS algorithms.
# Registered against maap_base (mas.maap-project.org/root/maap-workspaces/custom_images/maap_base:v4.2.0)
# NOTE: zarr is pinned <3 -- the Utah hrrrzarr store and our weekly TEMPO
# stores are Zarr-v2; zarr>=3 changes the store API.
name: tempo_no2
channels:
- conda-forge
dependencies:
- python=3.11
- numpy<2.1
- pandas>=2.1
- xarray>=2024.6
- dask>=2024.6
- zarr>=2.16,<3
- s3fs>=2024.6
- h5netcdf
- netcdf4
- fsspec
- aiohttp
- requests
- pyproj
- scipy
- geopandas>=0.14
- pyogrio
- shapely>=2
- rasterio
- rioxarray
- rtree
- tqdm
- pyarrow
- scikit-learn
- xgboost>=2.0
- shap
- matplotlib
- pip
- pip:
- earthaccess>=0.11
- maap-py
- torch --index-url https://download.pytorch.org/whl/cpu