mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
BLD: Make TA-Lib install compatible with pip >= 1.5
Since TA-Lib's releases are hosted on Github instead of PyPI, add the `allow-external` and `allow-unverified` flags for just TA-Lib. This change means that versions of pip < 1.5 can not be used, since the flags do not exist in those versions.
This commit is contained in:
@@ -19,7 +19,10 @@ six==1.6.1
|
||||
|
||||
# Cython is required for TA-Lib
|
||||
Cython==0.20.1
|
||||
TA-Lib==0.4.8
|
||||
# This --allow syntax is for compatibility with pip >= 1.5
|
||||
# However, this is backwards incompatible change, since previous
|
||||
# versions of pip do not support that flag.
|
||||
--allow-external TA-Lib --allow-unverified TA-Lib TA-Lib==0.4.8
|
||||
|
||||
# For fetching remote data
|
||||
requests==2.3.0
|
||||
|
||||
Reference in New Issue
Block a user