Skip to content

Commit 0f647f1

Browse files
Update pyproject.toml (#1267)
* Update pyproject.toml * Lock gen * Bump version
1 parent e825b0a commit 0f647f1

File tree

2 files changed

+76
-56
lines changed

2 files changed

+76
-56
lines changed

poetry.lock

Lines changed: 74 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

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

55
[tool.poetry]
66
name = "lightwood"
7-
version = "25.5.2.1"
7+
version = "25.5.2.2"
88
description = "Lightwood is Legos for Machine Learning."
99
authors = ["MindsDB Inc."]
1010
license = "GPL-3.0-only"
@@ -17,7 +17,7 @@ dataprep_ml = "0.0.24"
1717
mindsdb-evaluator = "0.0.17"
1818
numpy = ">1.23.0"
1919
nltk = ">=3.9"
20-
pandas = ">=2.0.0, <2.1.0"
20+
pandas = "2.2.3"
2121
torch = ">=2.4.1"
2222
requests = ">=2.0.0"
2323
transformers = ">=4.48.0"

0 commit comments

Comments
 (0)