Skip to content

Commit 192fe9c

Browse files
chore(deps): update dependency pandas to v1.4.0 (#700)
* chore(deps): update dependency pandas to v1.4.0 * add pandas pin for python 3.7 * adjust pin Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent de41ca3 commit 192fe9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/requirements.txt

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

0 commit comments

Comments
 (0)