We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256c2dd commit 688e860Copy full SHA for 688e860
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
33
]
34
35
[project.optional-dependencies]
36
-test = ["pytest", "pytest-cov", "pytest-mock", "ruff", "numpy", "matplotlib", "scipy", "scikit-learn", "sympy",]
+test = ["pytest", "pytest-cov", "pytest-mock", "ruff", "numpy", "matplotlib", "scipy", "sklearn", "sympy",]
37
38
[tool.setuptools.packages.find]
39
where = ["."]
0 commit comments