Skip to content

Commit 4a7949f

Browse files
Upgrade type infer and eval
1 parent 3d385dc commit 4a7949f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ packages = [{include = "mindsdb_evaluator"}]
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.8,<3.12"
12-
type-infer = ">=0.0.15"
12+
type-infer = "0.0.21"
1313
numpy = "^1"
1414
pandas = "^2"
1515
scikit-learn = ">=1.0"
16-
dataprep-ml = ">=0.0.17"
16+
dataprep-ml = "25.2.3.0"
1717

1818
# dependencies for optional packages
1919
datasets = {version = "^2.20.0", optional = true}

0 commit comments

Comments
 (0)