Skip to content

Commit

Permalink
Remove forced pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl authored Feb 13, 2024
1 parent 90c9d37 commit 4328155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
'google-cloud-bigquery==3.17.2',
'google-auth==2.27.0',
'google-auth-oauthlib==1.2.0',
'protobuf==4.21.8', # Forcing version for google-cloud-bigquery
'grpcio==1.53.2', # Forcing version for google-cloud-bigquery
'grpcio-status==1.50.0', # Forcing version for google-cloud-bigquery
# 'protobuf==4.21.8', # Forcing version for google-cloud-bigquery
# 'grpcio==1.53.2', # Forcing version for google-cloud-bigquery
# 'grpcio-status==1.50.0', # Forcing version for google-cloud-bigquery
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 4328155

Please sign in to comment.