There was an error while loading. Please reload this page.
1 parent de41ca3 commit 192fe9cCopy full SHA for 192fe9c
samples/snippets/requirements.txt
@@ -1,4 +1,4 @@
1
google-cloud-pubsub==2.9.0
2
google-cloud-storage==2.1.0
3
-pandas==1.3.5; python_version > '3.6'
4
-pandas==1.1.5; python_version < '3.7'
+pandas==1.3.5; python_version == '3.7'
+pandas==1.4.0; python_version >= '3.8'
0 commit comments