Skip to content

Commit 4897ff5

Browse files
acocacbenbovy
andauthored
Fix missing packages in conda (#3)
* Fix h3 conda package name Fix h3 package name in conda * add missing xarray io * add a few more packages --------- Co-authored-by: Benoit Bovy <benbovy@gmail.com>
1 parent b259924 commit 4897ff5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

environment.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ channels:
33
- conda-forge
44
dependencies:
55
- xarray
6-
- h3
6+
- h3-py
77
- healpy
88
- ruff
99
- pytest
10+
- h5netcdf
11+
- netcdf4
12+
- pooch
13+
- matplotlib-base
14+
- shapely

0 commit comments

Comments
 (0)