Skip to content

Commit

Permalink
BLD: empyrical doesn't have a binary dependency on numpy
Browse files Browse the repository at this point in the history
so we don't need to tag its conda packages with the numpy version
  • Loading branch information
richafrank committed Sep 15, 2016
1 parent 2aa646c commit e1b27c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/empyrical/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ requirements:
build:
- python
- setuptools
- numpy x.x
- numpy >=1.9.2
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0

run:
- python
- numpy x.x
- numpy >=1.9.2
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0
Expand Down

0 comments on commit e1b27c4

Please sign in to comment.