Skip to content

Commit 2a0f74f

Browse files
authored
Merge pull request #137 from singjc/master
Add: Full parquet support for scoring and inference
2 parents 5ccdee3 + d3e82a4 commit 2a0f74f

22 files changed

+27659
-18333
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ dependencies = [
2828
"duckdb-extension-sqlite-scanner",
2929
"numpy >= 2.0",
3030
"scipy",
31-
"pandas >= 0.17",
31+
"pandas >= 2.0",
32+
"polars >= 1.28.1",
3233
"cython",
3334
"numexpr >= 2.10.1",
34-
"scikit-learn >= 0.17",
35+
"scikit-learn >= 1.5",
3536
"xgboost",
3637
"hyperopt",
3738
"statsmodels >= 0.8.0",

0 commit comments

Comments
 (0)