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 b842fb5 commit af2c987Copy full SHA for af2c987
samples/snippets/requirements.txt
@@ -1,5 +1,6 @@
1
google-cloud-bigquery[pandas,bqstorage,pyarrow]==1.26.1
2
google-auth-oauthlib==0.4.1
3
-ipython==7.16.1
+ipython==7.16.1; python_version < '3.7'
4
+ipython==7.17.0; python_version >= '3.7'
5
matplotlib==3.3.0
6
pytz==2020.1
0 commit comments