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 d49312e commit 1980f31Copy full SHA for 1980f31
bigquery/datalab-migration/requirements.txt
@@ -1,5 +1,5 @@
1
google-cloud-bigquery[pandas,pyarrow]==1.8.1
2
datalab==1.1.4
3
-ipython==7.2.0; python_version > '2.7'
4
-ipython==5.5; python_version == '2.7'
5
-google-cloud-monitoring==0.28.1
+ipython==7.2.0; python_version > "2.7"
+ipython<=5.5; python_version == "2.7"
+google-cloud-monitoring<=0.28.1
0 commit comments