We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac3bd7 commit 4de492cCopy full SHA for 4de492c
1 file changed
pyproject.toml
@@ -15,8 +15,7 @@ requires-python = ">= 3.10"
15
dependencies = [
16
"numpy >= 1.23.5",
17
"scipy >= 1.11.4",
18
- "scikit-learn >= 1.2.2",
19
- "pandas >= 1.5.0"
+ "scikit-learn >= 1.2.2"
20
]
21
22
[pyproject.urls]
@@ -32,7 +31,7 @@ py-modules = ["build"]
32
31
build = "cp*"
33
34
[project.optional-dependencies]
35
-test = ["pytest >= 7.0"]
+test = ["pytest >= 7.0", "pandas >= 1.5.0"]
36
37
[tool.pytest.ini_options]
38
testpaths = ["tests"]
0 commit comments