-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathwrf-python-stable.yml
45 lines (42 loc) · 930 Bytes
/
wrf-python-stable.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
name: wrf-python
channels:
- conda-forge
- defaults
dependencies:
# Critical Packages with Frozen Versions
- python=3.11.5
- wrf-python=1.3.4.1
- cartopy=0.23.0
- shapely=1.8.5
- netcdf4=1.6.3
- hdf5=1.12.2
# Essential Third-Party Libraries
- numpy=1.24.2
- scipy=1.11.2
- matplotlib=3.6.3
- pandas=1.5.3
- xarray=2023.3.0
- metpy=1.5.1
- geopandas=0.14.0
- fiona=1.9.5
- bokeh=3.2.2
- pillow=9.4.0
- requests=2.28.2
# Additional Useful Packages
- pip # Ensure pip is installed to handle any Pip-only packages
# Pip Dependencies (if any)
- pip:
- attrs==23.1.0
- click-plugins==1.1.1
- cligj==0.7.2
- fiona==1.9.5
- geopandas==0.14.0
- numpy==1.24.2
- pandas==1.5.3
- pip==23.0.1
- platformdirs==3.2.0
- requests==2.28.2
- setuptools==67.7.2
- urllib3==1.26.17
- wget==3.2
- xarray==2023.3.0