Skip to content

Commit

Permalink
Modernize conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Apr 8, 2019
1 parent 13f0a15 commit fb1ee2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
10 changes: 0 additions & 10 deletions conda.recipe/build.sh

This file was deleted.

11 changes: 4 additions & 7 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,20 @@ source:
#git_tag: dev

build:
noarch: python
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
script: python -m pip install --no-deps --ignore-installed .

requirements:
build:
host:
- pip
- python
- setuptools
- numpy >=1.9
- hdf5
- pytables
- mock
- pbr

run:
- python
- setuptools
- numpy >=1.9
- hdf5
- pytables

test:
Expand Down

0 comments on commit fb1ee2b

Please sign in to comment.