File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11from dataprep_ml .base import StatisticalAnalysis , DataAnalysis
22
3- __version__ = '0.0.25 '
3+ __version__ = '0.0.26 '
44__name__ = "dataprep_ml"
55
66
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dataprep-ml"
3- version = " 0.0.25 "
3+ version = " 0.0.26 "
44description = " Automated dataframe analysis for Machine Learning pipelines."
55authors = [
" MindsDB Inc. <[email protected] >" ]
66license = " GPL-3.0"
@@ -9,12 +9,12 @@ packages = [{include = "dataprep_ml"}]
99
1010[tool .poetry .dependencies ]
1111python = " >=3.10,<3.14"
12- numpy = " ^1 "
12+ numpy = " ^2 "
1313pandas = " ^2"
1414pydateinfer = " 0.3.0"
1515python-dateutil = " >=2.1"
1616scipy = " >=1.7.3"
17- type-infer = " >=0.0.22 "
17+ type-infer = " >=0.0.26 "
1818dataclasses-json = " ^0.6.3"
1919colorlog = " ^6.5.0"
2020pydantic = " *"
You can’t perform that action at this time.
0 commit comments