We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd8fa5 commit 105e57bCopy full SHA for 105e57b
hatch.toml
@@ -65,7 +65,6 @@ installer = "uv"
65
description = "Run the tests suite"
66
features = ["tests"]
67
extra-dependencies = [
68
-# "matplotlib<3.9",
69
"seaborn=={matrix:seaborn_version}",
70
]
71
@@ -75,8 +74,8 @@ seaborn_version = ["0.11", "0.12", "0.13"]
75
74
76
[envs.tests.overrides]
77
matrix.seaborn_version.extra-dependencies = [
78
79
+ { value = "matplotlib<3.9", if = ["0.11"]},
80
{ value = "pandas<2", if = ["0.11", "0.12"]},
81
{ value = "numpy<2", if = ["0.11", "0.12"]},
82
@@ -136,8 +135,8 @@ seaborn_version = ["0.11", "0.12", "0.13"]
136
135
137
[envs.examples.overrides]
138
139
140
141
142
143
0 commit comments