Skip to content

Commit

Permalink
[USGS-R#7] add snakemake, git to environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadler2 committed Apr 8, 2022
1 parent eb56e45 commit e0be33d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: gridmet_tools_IS
name: base
channels:
- conda-forge
- defaults
- bioconda
dependencies:
- python>=3.9.*
- git
- pip
- click
- pygeoapi
Expand All @@ -28,6 +30,7 @@ dependencies:
- geoviews
- rioxarray
- bottleneck
- snakemake
- numba
- pip:
- git+https://github.com/rmcd-mscb/xagg.git@nc_prep_fix
Expand Down

0 comments on commit e0be33d

Please sign in to comment.