Skip to content

Commit 4de492c

Browse files
committed
fix: move pandas to test dependency (not required by core package)
1 parent 3ac3bd7 commit 4de492c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ requires-python = ">= 3.10"
1515
dependencies = [
1616
"numpy >= 1.23.5",
1717
"scipy >= 1.11.4",
18-
"scikit-learn >= 1.2.2",
19-
"pandas >= 1.5.0"
18+
"scikit-learn >= 1.2.2"
2019
]
2120

2221
[pyproject.urls]
@@ -32,7 +31,7 @@ py-modules = ["build"]
3231
build = "cp*"
3332

3433
[project.optional-dependencies]
35-
test = ["pytest >= 7.0"]
34+
test = ["pytest >= 7.0", "pandas >= 1.5.0"]
3635

3736
[tool.pytest.ini_options]
3837
testpaths = ["tests"]

0 commit comments

Comments
 (0)