Skip to content

Commit

Permalink
no libpython on win64 and python34
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 21, 2014
1 parent 87611a0 commit 001c2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Expand Up @@ -11,11 +11,11 @@ requirements:
- python
- cython
- toolz
- libpython # [win]
- libpython # [win and not (win64 and py34)]

run:
- python
- libpython # [win]
- libpython # [win and not (win64 and py34)]

test:
requires:
Expand Down

0 comments on commit 001c2c3

Please sign in to comment.