Skip to content

Commit bd290d2

Browse files
authored
ci(deps): pin matplotlib on windows due to missing wheels for 3.9.1 (#9761)
1 parent 360a1cf commit bd290d2

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

poetry.lock

Lines changed: 31 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ ipykernel = { version = ">=6.25.1,<7", python = ">=3.10,<3.13" }
128128
itables = { version = ">=1.6.3,<2.2", python = ">=3.10,<3.13" }
129129
nbclient = { version = ">=0.8.0,<1", python = ">=3.10,<3.13" }
130130
plotly = { version = ">=5.16.1,<6", python = ">=3.10,<3.13" }
131+
matplotlib = { version = "<3.9.1", python = ">=3.10,<3.13", platform = "windows" }
131132
plotnine = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" }
132133
py-cpuinfo = { version = ">=9,<10", python = ">=3.10,<3.13" }
133134
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
@@ -131,7 +131,7 @@ lz4==4.3.3 ; python_version >= "3.10" and python_version < "4.0"
131131
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
132132
markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "4.0"
133133
matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0"
134-
matplotlib==3.9.1 ; python_version >= "3.10" and python_version < "3.13"
134+
matplotlib==3.9.0 ; python_version >= "3.10" and python_version < "3.13"
135135
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
136136
mistune==3.0.2 ; python_version >= "3.10" and python_version < "3.13"
137137
mizani==0.11.4 ; python_version >= "3.10" and python_version < "3.13"

0 commit comments

Comments
 (0)