Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/standard_python3/bigquery/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==1.24.0
google-cloud-bigquery==1.25.0
Flask==1.1.2
2 changes: 1 addition & 1 deletion appengine/standard_python37/bigquery/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==1.24.0
google-cloud-bigquery==1.25.0
Flask==1.1.2
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas==1.0.4
google-cloud-bigquery==1.24.0
google-cloud-bigquery==1.25.0
flaky==3.6.1
mock==4.0.2
2 changes: 1 addition & 1 deletion bigquery/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery[pandas]==1.24.0
google-cloud-bigquery[pandas]==1.25.0
google-auth-oauthlib==0.4.1
ipython==7.15.0
matplotlib==3.2.1
Expand Down
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.29.0
google-cloud-bigquery[pandas,pyarrow]==1.24.0
google-cloud-bigquery[pandas,pyarrow]==1.25.0
datalab==1.2.0
ipython==7.13.0; python_version > "2.7"
ipython<=5.5; python_version == "2.7"
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery==1.24.0
google-cloud-bigquery==1.25.0
google-cloud-bigquery-storage==1.0.0
pandas==0.25.3; python_version > '3.0'
pandas==0.24.2; python_version < '3.0'
Expand Down
2 changes: 1 addition & 1 deletion bigquery_storage/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-auth==1.16.1
google-cloud-bigquery-storage==1.0.0
google-cloud-bigquery==1.24.0
google-cloud-bigquery==1.25.0
pyarrow==0.17.1
ipython==7.10.2; python_version > '3.0'
ipython==5.9.0; python_version < '3.0'
Expand Down
2 changes: 1 addition & 1 deletion dlp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ google-cloud-dlp==0.15.0
google-cloud-storage==1.28.1
google-cloud-pubsub==1.5.0
google-cloud-datastore==1.12.0
google-cloud-bigquery==1.24.0
google-cloud-bigquery==1.25.0
2 changes: 1 addition & 1 deletion notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage==1.28.1
google-cloud-bigquery[pandas,pyarrow]==1.24.0
google-cloud-bigquery[pandas,pyarrow]==1.25.0
matplotlib==3.1.2; python_version > '3.0'
matplotlib==2.2.5; python_version < '3.0'