Skip to content

Commit

Permalink
Fixed clickhouse-drive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 22, 2019
1 parent c37c1ee commit c9ab8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ci/requirements-3.6-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- click
- clickhouse-cityhash
- clickhouse-driver>=0.0.8
- clickhouse-driver>=0.0.8,<0.1.2
- clickhouse-sqlalchemy
- cmake
- flake8
Expand Down Expand Up @@ -47,7 +47,6 @@ dependencies:
- thrift>=0.9.3
- thriftpy2 # required for impyla in case of py3
- toolz
- tzlocal
- xorg-libxpm
- xorg-libxrender
- pip:
Expand Down
3 changes: 1 addition & 2 deletions ci/requirements-3.7-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- click
- clickhouse-cityhash
- clickhouse-driver>=0.0.8
- clickhouse-driver>=0.0.8,<0.1.2
- clickhouse-sqlalchemy
- cmake
- flake8
Expand Down Expand Up @@ -47,7 +47,6 @@ dependencies:
- thrift>=0.9.3
- thriftpy2 # required for impyla in case of py3
- toolz
- tzlocal
- xorg-libxpm
- xorg-libxrender
- pip:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
kerberos_requires = ['requests-kerberos']
visualization_requires = ['graphviz']
clickhouse_requires = [
'clickhouse-driver>=0.0.8',
'clickhouse-driver>=0.0.8,<0.1.2',
'clickhouse-cityhash',
'tzlocal',
]
bigquery_requires = ['google-cloud-bigquery>=1.0.0', 'pydata-google-auth']
hdf5_requires = ['tables>=3.0.0']
Expand Down

0 comments on commit c9ab8e6

Please sign in to comment.