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 37c971b commit a6c64c1Copy full SHA for a6c64c1
automl/snippets/requirements.txt
@@ -1,3 +1,4 @@
1
google-cloud-translate==3.6.1
2
-google-cloud-storage==2.0.0
+google-cloud-storage==2.0.0; python_version == '3.6'
3
+google-cloud-storage==2.1.0; python_version > '3.6'
4
google-cloud-automl==2.6.0
0 commit comments