Skip to content

Commit 3d3f351

Browse files
deps(book): update matplotlib requirement from >=3.7.0 to >=3.9.4
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.0...v3.9.4) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2e8831 commit 3d3f351

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ipykernel>=6.31.0
2020
ipywidgets>=8.0.0
2121

2222
# Visualization (for milestone examples and modules)
23-
matplotlib>=3.9.0
23+
matplotlib>=3.9.4
2424

2525
# Type checking support
2626
typing-extensions>=4.12.0

book/tools/dependencies/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pandas>=2.0.0
1414
titlecase>=2.4.1
1515
rich>=13.0.0
1616
numpy>=1.24.0
17-
matplotlib>=3.7.0
17+
matplotlib>=3.9.4
1818

1919
# --- Additional Production & Tooling Dependencies ---
2020
nltk>=3.8

0 commit comments

Comments
 (0)