Skip to content

Commit 105e57b

Browse files
committed
restrict matplotlib version with seaborn v0.11
1 parent 8cd8fa5 commit 105e57b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hatch.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ installer = "uv"
6565
description = "Run the tests suite"
6666
features = ["tests"]
6767
extra-dependencies = [
68-
# "matplotlib<3.9",
6968
"seaborn=={matrix:seaborn_version}",
7069
]
7170

@@ -75,8 +74,8 @@ seaborn_version = ["0.11", "0.12", "0.13"]
7574

7675
[envs.tests.overrides]
7776
matrix.seaborn_version.extra-dependencies = [
78-
# "matplotlib<3.9",
7977
"seaborn=={matrix:seaborn_version}",
78+
{ value = "matplotlib<3.9", if = ["0.11"]},
8079
{ value = "pandas<2", if = ["0.11", "0.12"]},
8180
{ value = "numpy<2", if = ["0.11", "0.12"]},
8281
]
@@ -136,8 +135,8 @@ seaborn_version = ["0.11", "0.12", "0.13"]
136135

137136
[envs.examples.overrides]
138137
matrix.seaborn_version.extra-dependencies = [
139-
# "matplotlib<3.9",
140138
"seaborn=={matrix:seaborn_version}",
139+
{ value = "matplotlib<3.9", if = ["0.11"]},
141140
{ value = "pandas<2", if = ["0.11", "0.12"]},
142141
{ value = "numpy<2", if = ["0.11", "0.12"]},
143142
]

0 commit comments

Comments
 (0)