8000 chore(deps): update dependency matplotlib to v3.5.1 (#7329) · riteshverma/python-docs-samples@e1497c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1497c5

Browse files
chore(deps): update dependency matplotlib to v3.5.1 (GoogleCloudPlatform#7329)
* chore(deps): update dependency matplotlib to v3.5.1 * Apply suggestions from code review * Update notebooks/requirements.txt Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent ddd97bc commit e1497c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebooks/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
google-cloud-storage==1.43.0
22
google-cloud-bigquery[pandas,pyarrow]==2.31.0
3-
matplotlib==3.1.2; python_version > '3.0'
3+
matplotlib==3.5.1; python_version > '3.6'
4+
matplotlib==3.3.4; python_version == '3.6'
45
matplotlib==2.2.5; python_version < '3.0'

0 commit comments

Comments
 (0)
0