Skip to content

Commit fc1732e

Browse files
committed
BLD: change gsl to build-only dependency
We do static link with `gsl` so it is not needed at runtime.
1 parent 3748de0 commit fc1732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ build:
1818
requirements:
1919
build:
2020
- {{ compiler('cxx') }} # [py3k or not win]
21+
- gsl {{ gsl }}
2122
host:
2223
- python {{ python }}
2324
- pip
2425
- setuptools
25-
- gsl {{ gsl }}
2626

2727
run:
2828
- python

0 commit comments

Comments
 (0)