File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11__title__ = 'lightwood'
22__package_name__ = 'lightwood'
3- __version__ = '25.9 .1.0'
3+ __version__ = '25.12 .1.0'
44__description__ = "Lightwood is a toolkit for automatic machine learning model building"
55__email__ = "community@mindsdb.com"
66__author__ = 'MindsDB Inc'
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " lightwood"
7- version = " 25.9 .1.0"
7+ version = " 25.12 .1.0"
88description = " Lightwood is Legos for Machine Learning."
99authors = [" MindsDB Inc." ]
1010license = " GPL-3.0-only"
1111readme = " README.md"
1212
1313[tool .poetry .dependencies ]
1414python = " >=3.10,<3.14"
15- type_infer = " 0.0.25 "
16- dataprep_ml = " 0.0.25 "
17- mindsdb-evaluator = " 0.0.20 "
18- numpy = " >1.23.0 "
15+ type_infer = " 0.0.26 "
16+ dataprep_ml = " 0.0.26 "
17+ mindsdb-evaluator = " 0.0.21 "
18+ numpy = " ^2 "
1919nltk = " >=3.9"
2020pandas = " 2.2.3"
2121torch = " ~2.8.0"
You can’t perform that action at this time.
0 commit comments