Skip to content

Commit 1a65e6d

Browse files
committed
Merge pull request exxeleron#20 from jreback/libpython_fix
BLD: libpython dep is only necessary for windows
2 parents eefca74 + 111404b commit 1a65e6d

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
@@ -11,7 +11,7 @@ requirements:
1111
- numpy
1212
- pandas
1313
- cython
14-
- libpython
14+
- libpython [win]
1515

1616
run:
1717
- python

0 commit comments

Comments
 (0)