From 2140e67382fea80cd05a0859f2aaa802683c87c1 Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Fri, 9 Jun 2023 19:29:09 -0700 Subject: [PATCH] Fixed gsl pin in meta.yml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d82d399836..c72d9c2863 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -68,7 +68,7 @@ requirements: - gmp - graphviz # This needs to remained pinned at 2.6 - - gsl>=2.6, 2.7 + - gsl>=2.6, <2.7 - hdf5 - icu - inja -- GitLab