forked from metno/pyaerocom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyaerocom_env.yml
40 lines (40 loc) · 846 Bytes
/
pyaerocom_env.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
# This only installs the requirements of pyaerocom, not pyaerocom itself.
# Activate the environment and run "pip install . --no-deps".
channels:
- conda-forge
dependencies:
- iris >=3.11.0
- xarray >=2022.12.0
- cartopy >=0.21.1
- matplotlib-base >=3.7.1
- scipy >=1.10.1
- pandas >=1.5.3
- numpy >=1.25.0, <2.0.0
- seaborn >=0.12.2
- dask
- geonum ==1.5.0
- simplejson
- requests
- tqdm
- openpyxl
- typer >=0.7.0
- pydantic >= 2.7.1
- pyproj >= 3.0.0
- pooch >=1.7.0
- psutil >= 5.0.0
## python < 3.11
- tomli >=2.0.1
- importlib-resources >=5.10
- typing-extensions >=4.6.1
## from pip
- pip
- pip:
- geojsoncontour
- geocoder_reverse_natural_earth >= 0.0.2
- pyaro >= 0.0.14
- aerovaldb >= 0.1.1
## testing
- pytest >=7.4
- pytest-dependency
- pytest-cov
- packaging