diff --git a/conda/zipline/build.sh b/conda/zipline/build.sh index 4d7fc032..4899c226 100644 --- a/conda/zipline/build.sh +++ b/conda/zipline/build.sh @@ -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. diff --git a/conda/zipline/meta.yaml b/conda/zipline/meta.yaml index 39fa8fb7..f278b241 100644 --- a/conda/zipline/meta.yaml +++ b/conda/zipline/meta.yaml @@ -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