Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ce46b commit 72c2927Copy full SHA for 72c2927
samples/snippets/requirements.txt
@@ -1,8 +1,8 @@
1
google-cloud-bigquery-storage==2.11.0
2
google-auth-oauthlib==0.4.6
3
grpcio==1.43.0
4
-ipython==8.0.0; python_version < '3.7'
5
-ipython==8.0.0; python_version == '3.7'
+ipython==7.16.1; python_version < '3.7'
+ipython==7.31.1; python_version == '3.7'
6
ipython==8.0.0; python_version >= '3.8'
7
matplotlib==3.5.1; python_version < '3.7'
8
matplotlib==3.5.1; python_version >= '3.7'
0 commit comments