Skip to content

Commit

Permalink
BLD: Tag empyrical conda packages with numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Aug 29, 2016
1 parent 8b11358 commit 92c2a4a
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 @@ -12,14 +12,14 @@ requirements:
build:
- python
- setuptools
- numpy >=1.9.2
- numpy x.x
- pandas >=0.16.1
- scipy >=0.15.1
- bottleneck >=1.0.0

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

0 comments on commit 92c2a4a

Please sign in to comment.