Skip to content

Commit

Permalink
BLD: Update conda build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Jul 1, 2014
1 parent 40eccf3 commit b8fb99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/build.sh
@@ -1,3 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
6 changes: 5 additions & 1 deletion conda/meta.yaml
Expand Up @@ -13,7 +13,11 @@ requirements: # (optional)
build:
- python
- numpy
- cython
- pymc
- pandas
- matplotlib
- kabuki
- patsy
run:
- python
- numpy
Expand Down

0 comments on commit b8fb99b

Please sign in to comment.