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 796153f commit 1c0612eCopy full SHA for 1c0612e
language/snippets/api/requirements.txt
@@ -1,3 +1,3 @@
1
google-api-python-client==1.12.8
2
-google-auth==1.26.1
+google-auth==1.27.0
3
google-auth-httplib2==0.0.4
language/snippets/classify_text/requirements.txt
google-cloud-language==2.0.0
-numpy==1.20.1; python_version > 3.6
-numpy==1.19.5; python_version <= 3.6
+numpy==1.20.1; python_version > '3.6'
+numpy==1.19.5; python_version <= '3.6'
0 commit comments