Skip to content

Commit f48ba8c

Browse files
authored
Merge pull request #209 from haim0n/master
Add missing requirements for hrrr zarr datasets
2 parents 7fdac75 + a9bb187 commit f48ba8c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

environment.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- curl
1515
- cartopy>=0.20.3
1616
- cfgrib>=0.9.10.1
17+
- dask
1718
- eccodes
1819
- geos
1920
- matplotlib>=3.5.3
@@ -23,12 +24,13 @@ dependencies:
2324
- proj
2425
- pygrib
2526
- requests
27+
- s3fs
2628
- toml
2729
#- wgrib2 # ONLY AVAILABLE ON LINUX. Uncomment if you want this optional dependency.
28-
- xarray>=2022.6.0
29-
3030
- jupyter
3131
- jupyterlab
32+
- xarray>=2022.6.0
33+
- zarr
3234

3335
- pip:
3436
# Borrow some tools from my garage

0 commit comments

Comments
 (0)