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 cff4819 commit 82245b7Copy full SHA for 82245b7
bigquery/datalab-migration/requirements.txt
@@ -2,5 +2,6 @@ grpcio==1.32.0
2
google-cloud-bigquery[pandas,pyarrow]==2.0.0
3
google-cloud-bigquery-storage==2.0.0
4
datalab==1.2.0
5
-ipython==7.13.0
+ipython==7.18.1; python_version > '3.6'
6
+ipython==7.16.1; python_version < '3.7'
7
pyarrow==1.0.1
0 commit comments