Skip to content

Commit 1b86560

Browse files
chore(deps): update dependency matplotlib to <3.9.3 (#9833)
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
1 parent 69a10d9 commit 1b86560

File tree

3 files changed

+43
-33
lines changed

3 files changed

+43
-33
lines changed

poetry.lock

Lines changed: 42 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ ipykernel = { version = ">=6.25.1,<7", python = ">=3.10,<3.13" }
129129
itables = { version = ">=1.6.3,<2.2", python = ">=3.10,<3.13" }
130130
nbclient = { version = ">=0.8.0,<1", python = ">=3.10,<3.13" }
131131
plotly = { version = ">=5.16.1,<6", python = ">=3.10,<3.13" }
132-
matplotlib = { version = "<3.9.1", python = ">=3.10,<3.13", platform = "windows" }
133132
plotnine = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" }
134133
py-cpuinfo = { version = ">=9,<10", python = ">=3.10,<3.13" }
135134
quartodoc = { version = ">=0.6.1,<1", python = ">=3.10,<3.13" }

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ lz4==4.3.3 ; python_version >= "3.10" and python_version < "4.0"
132132
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
133133
markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "4.0"
134134
matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0"
135-
matplotlib==3.9.0 ; python_version >= "3.10" and python_version < "3.13"
135+
matplotlib==3.9.2 ; python_version >= "3.10" and python_version < "3.13"
136136
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
137137
mistune==3.0.2 ; python_version >= "3.10" and python_version < "3.13"
138138
mizani==0.11.4 ; python_version >= "3.10" and python_version < "3.13"

0 commit comments

Comments
 (0)