diff --git a/etc/python2.7-environment.yml b/etc/python2.7-environment.yml index 3835d7d4..456483b4 100644 --- a/etc/python2.7-environment.yml +++ b/etc/python2.7-environment.yml @@ -22,7 +22,7 @@ dependencies: - bcolz==0.12.1 - bottleneck==1.2.1 - chardet==3.0.4 - - ccxt==1.10.1094 + - ccxt==1.11.22 # The Enigma Data Marketplace requires Python3 because it depends on # web3, which requires Python3, as building its dependencies breaks in Python2 # - web3==4.0.0b7 diff --git a/etc/python3.6-environment.yml b/etc/python3.6-environment.yml index c93f3c82..70f50123 100644 --- a/etc/python3.6-environment.yml +++ b/etc/python3.6-environment.yml @@ -31,7 +31,7 @@ dependencies: - botocore==1.8.41 - bottleneck==1.2.1 - cchardet==2.1.1 - - ccxt==1.10.1102 + - ccxt==1.11.22 - chardet==3.0.4 - click==6.7 - contextlib2==0.5.5 diff --git a/etc/requirements.txt b/etc/requirements.txt index 5be47e3d..3421a2ce 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -81,7 +81,7 @@ empyrical==0.2.1 tables==3.3.0 #Catalyst dependencies -ccxt==1.10.1094 +ccxt==1.11.22 boto3==1.4.8 redo==1.6 web3==4.0.0b11; python_version > '3.4'