BLD: Conda zipline fixes.

This commit is contained in:
twiecki
2014-04-17 16:02:58 -04:00
parent b38bf07a95
commit 316611abd5
2 changed files with 3 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
$PYTHON setup.py install
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
# Add more build steps here, if they are necessary.
+2 -16
View File
@@ -5,11 +5,12 @@ package:
source:
fn: zipline-0.6.1.tar.gz
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.6.1.tar.gz
md5: 75d818c291df133946bb15a1b08ae0d8
md5: e07499447eccdfc97d57478daef4d114
requirements:
build:
- python
- setuptools
run:
- pytz
- requests
@@ -19,21 +20,6 @@ requirements:
- matplotlib
- ta-lib
- logbook
run:
- python
- pytz
- requests
- numpy
- pandas
- scipy
- matplotlib
- ta-lib
- logbook
test:
# Python imports
imports:
- zipline
test:
# Python imports