Skip to content

Commit e91f3d2

Browse files
committed
Bump numpy~=2.0
1 parent 60ec4b5 commit e91f3d2

File tree

3 files changed

+409
-125
lines changed

3 files changed

+409
-125
lines changed

mindsdb_evaluator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from mindsdb_evaluator.accuracy import * # noqa
22
from mindsdb_evaluator.calibration import * # noqa
33

4-
__version__ = '0.0.20'
4+
__version__ = '0.0.21'
55
name = "mindsdb_evaluator"
66

77
__all__ = ['name', '__version__']

0 commit comments

Comments
 (0)