Skip to content

Commit

Permalink
Make conda build a noarch Python build
Browse files Browse the repository at this point in the history
  • Loading branch information
amacd31 committed Sep 3, 2016
1 parent 49ab9c5 commit d71fbd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@ package:
name: "phildb"
version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}
build:
noarch_python: True
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
source:
git_url: ../
requirements:
build:
- python x.x
- python
- ipython >=2.0.0
- numpy >=1.8.0
- pandas >=0.14.0
- sqlalchemy >=0.9.2
- pytables >=3.1.0
run:
- python x.x
- python
- ipython >=2.0.0
- numpy >=1.8.0
- pandas >=0.14.0
Expand Down

0 comments on commit d71fbd2

Please sign in to comment.