Skip to content

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 <[email protected]>
1 parent 216156d commit b7b1d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)