Skip to content

Commit 12304c4

Browse files
committed
bump numpy to v2+
1 parent 0b9cd98 commit 12304c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lightwood/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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'

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "lightwood"
7-
version = "25.9.1.0"
7+
version = "25.12.1.0"
88
description = "Lightwood is Legos for Machine Learning."
99
authors = ["MindsDB Inc."]
1010
license = "GPL-3.0-only"
1111
readme = "README.md"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=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"
1919
nltk = ">=3.9"
2020
pandas = "2.2.3"
2121
torch = "~2.8.0"

0 commit comments

Comments
 (0)