Skip to content

Commit 3ac3bd7

Browse files
committed
fix: add pandas to core dependencies
1 parent fdbc454 commit 3ac3bd7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

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

2122
[pyproject.urls]

0 commit comments

Comments
 (0)