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 d36b2c0 commit ee90ea6Copy full SHA for ee90ea6
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