File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11from mindsdb_evaluator .accuracy import * # noqa
22from mindsdb_evaluator .calibration import * # noqa
33
4- __version__ = '0.0.16 '
4+ __version__ = '0.0.19 '
55name = "mindsdb_evaluator"
66
77__all__ = ['name' , '__version__' ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mindsdb-evaluator"
3- version = " 0.0.18 "
3+ version = " 0.0.19 "
44description = " Model evaluation for Machine Learning pipelines."
55authors = [" MindsDB Inc. <hello@mindsdb.com>" ]
66license = " GPL-3.0"
77readme = " README.md"
88packages = [{include = " mindsdb_evaluator" }]
99
1010[tool .poetry .dependencies ]
11- python = " >=3.10,<3.13"
12- type-infer = " 0.0.23 "
11+ python = " >=3.10,<= 3.13"
12+ type-infer = " 0.0.25 "
1313numpy = " ^1"
1414pandas = " ^2"
1515scikit-learn = " 1.5.2"
16- dataprep-ml = " 0.0.24 "
16+ dataprep-ml = " 0.0.25 "
1717# indirect dependency (from ragas). Set strict version to fix vulnerability, while it is not fixed in other dependencies.
1818h11 = " >=0.16.0"
1919
You can’t perform that action at this time.
0 commit comments