Skip to content

Commit

Permalink
Merge pull request #1453 from CartoDB/alasarr/fix_collab
Browse files Browse the repository at this point in the history
Fix Google Dependencies
  • Loading branch information
Jesus89 committed Jan 9, 2020
2 parents 2a348f8 + c77049d commit fe4dc1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ def get_version():
'geopandas>=0.6.0,<1.0',
'tqdm>=4.32.1,<5.0',
'unidecode>=1.1.0,<2.0',
'pyarrow>=0.14.1,<1.0',
'google-cloud-storage>=1.23.0,<2.0',
'google-cloud-bigquery>=1.22.0,<2.0',
'google-cloud-bigquery-storage>=0.7.0,<1.0',
'fastavro>=0.22.7,<1.0',
'pyarrow==0.14.1',
'google-cloud-storage==1.23.0',
'google-cloud-bigquery==1.22.0',
'google-cloud-bigquery-storage==0.7.0',
'fastavro==0.22.7',
'semantic_version>=2.8.0,<3',
# 'Rtree>=0.8.3,<1.0'
]
Expand Down

0 comments on commit fe4dc1f

Please sign in to comment.