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 4b3b4b7 commit 66289caCopy full SHA for 66289ca
dataproc/snippets/requirements.txt
@@ -4,5 +4,6 @@ grpcio==1.43.0
4
google-auth==2.3.3
5
google-auth-httplib2==0.1.0
6
google-cloud==0.34.0
7
-google-cloud-storage==2.0.0
+google-cloud-storage==2.0.0; python_version == '3.6'
8
+google-cloud-storage==2.1.0; python_version >= '3.7'
9
google-cloud-dataproc==3.2.0
0 commit comments