We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d385dc commit 4a7949fCopy full SHA for 4a7949f
pyproject.toml
@@ -9,11 +9,11 @@ packages = [{include = "mindsdb_evaluator"}]
9
10
[tool.poetry.dependencies]
11
python = ">=3.8,<3.12"
12
-type-infer = ">=0.0.15"
+type-infer = "0.0.21"
13
numpy = "^1"
14
pandas = "^2"
15
scikit-learn = ">=1.0"
16
-dataprep-ml = ">=0.0.17"
+dataprep-ml = "25.2.3.0"
17
18
# dependencies for optional packages
19
datasets = {version = "^2.20.0", optional = true}
0 commit comments