Skip to content

Commit 72c2927

Browse files
authored
Update samples/snippets/requirements.txt
1 parent 53ce46b commit 72c2927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
google-cloud-bigquery-storage==2.11.0
22
google-auth-oauthlib==0.4.6
33
grpcio==1.43.0
4-
ipython==8.0.0; python_version < '3.7'
5-
ipython==8.0.0; python_version == '3.7'
4+
ipython==7.16.1; python_version < '3.7'
5+
ipython==7.31.1; python_version == '3.7'
66
ipython==8.0.0; python_version >= '3.8'
77
matplotlib==3.5.1; python_version < '3.7'
88
matplotlib==3.5.1; python_version >= '3.7'

0 commit comments

Comments
 (0)