We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1781422 commit 6e2207fCopy full SHA for 6e2207f
pyproject.toml
@@ -27,11 +27,11 @@ classifiers = [
27
description = "pytest plugin to help with testing figures output from Matplotlib"
28
requires-python = ">=3.9"
29
dependencies = [
30
- "pytest",
31
- "matplotlib",
32
- "packaging",
33
- "Jinja2",
34
- "Pillow",
+ "pytest>=8.0.0",
+ "matplotlib>=3.5.0",
+ "packaging>=22.0.0",
+ "Jinja2>=2.8",
+ "Pillow>=8.1.1",
35
]
36
dynamic = [
37
"version",
@@ -49,12 +49,12 @@ pytest_mpl = "pytest_mpl.plugin"
49
50
[project.optional-dependencies]
51
test = [
52
- "pytest-cov",
+ "pytest-cov>=6.0.0",
53
54
docs = [
55
- "sphinx",
+ "sphinx>=7.0.0",
56
"mpl_sphinx_theme>=3.9.0",
57
- "sphinx_design",
+ "sphinx_design>=0.6.0",
58
"matplotlib==3.9.*",
59
60
0 commit comments