We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a46440 commit e6f34b0Copy full SHA for e6f34b0
pyproject.toml
@@ -31,6 +31,11 @@ dependencies = [
31
]
32
33
[dependency-groups]
34
+test = [
35
+ "pytest>=8.3.4",
36
+ "pytest-cov>=6",
37
+]
38
+
39
docs = [
40
"myst-parser>=4",
41
"sphinx-autoapi>=3.4",
@@ -40,10 +45,6 @@ euler-validate = [
45
"numpy>=2.1.3",
46
"requests>=2.32.3",
42
47
43
-test = [
44
- "pytest>=8.3.4",
- "pytest-cov>=6",
-]
48
49
[tool.ruff]
50
target-version = "py313"
0 commit comments