Skip to content

Commit

Permalink
update gsl version to fix #3969 (#3993)
Browse files Browse the repository at this point in the history
* update gsl version to fix #3969

updates meta.yaml file to install a more recent version of gsl (>=2.6)

* Update environment.yml

missed this in initial commit
  • Loading branch information
AndrewAnnex authored Sep 1, 2020
1 parent eabc3ea commit 0f58425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- geotiff
- gmm
- gmp
- gsl
- gsl>=2.6
- hdf5
- icu
- jama
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ requirements:
- geotiff
- gmm
- gmp
- gsl
- gsl>=2.6
- hdf5
- icu
- jama
Expand Down Expand Up @@ -116,7 +116,7 @@ requirements:
- geotiff
- gmm
- gmp
- gsl
- gsl>=2.6
- hdf5
- icu
- jama
Expand Down

0 comments on commit 0f58425

Please sign in to comment.