Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit b7b1d54

Browse files
chore(deps): update dependency pandas to v1.3.4 (#648)
* chore(deps): update dependency pandas to v1.3.4 * Update samples/snippets/requirements.txt Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 216156d commit b7b1d54

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
google-cloud-pubsub==2.9.0
22
google-cloud-storage==1.42.3
3-
pandas==1.1.5
3+
pandas==1.3.4; python_version > '3.6'
4+
pandas==1.1.5; python_version < '3.7'

0 commit comments

Comments
 (0)