Skip to content

Commit 43ef9f9

Browse files
committed
Use gsl 2.1 in Anaconda recipe.
1 parent 882158b commit 43ef9f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ requirements:
1515
build:
1616
- scons
1717
- boost-all 1.59.0
18-
- gsl
18+
- gsl 2.1
1919
- cxxtest
2020
- libobjcryst
2121

2222
run:
2323
- boost-all
24-
- gsl
24+
- gsl >=2.1
2525
- libobjcryst
2626

2727
test:

0 commit comments

Comments
 (0)