We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbc454 commit 3ac3bd7Copy full SHA for 3ac3bd7
1 file changed
pyproject.toml
@@ -15,7 +15,8 @@ requires-python = ">= 3.10"
15
dependencies = [
16
"numpy >= 1.23.5",
17
"scipy >= 1.11.4",
18
- "scikit-learn >= 1.2.2"
+ "scikit-learn >= 1.2.2",
19
+ "pandas >= 1.5.0"
20
]
21
22
[pyproject.urls]
0 commit comments