Skip to content

Commit

Permalink
Dependency update (#1244)
Browse files Browse the repository at this point in the history
* Pin sktime and scikit learn dependency to strict version to avoid Value errors

* Compatible versions

* Change sktime

* Version bump
  • Loading branch information
ZoranPandovski authored Dec 19, 2024
1 parent 2c7f1fa commit e0c4448
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 46 deletions.
2 changes: 1 addition & 1 deletion lightwood/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'lightwood'
__package_name__ = 'lightwood'
__version__ = '24.5.2.0'
__version__ = '24.12.3.0'
__description__ = "Lightwood is a toolkit for automatic machine learning model building"
__email__ = "community@mindsdb.com"
__author__ = 'MindsDB Inc'
Expand Down
63 changes: 21 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "lightwood"
version = "24.12.1.0"
version = "24.12.3.0"
description = "Lightwood is Legos for Machine Learning."
authors = ["MindsDB Inc."]
license = "GPL-3.0-only"
Expand All @@ -24,10 +24,10 @@ transformers = ">=4.34.0"
optuna = ">=3.1.0,<4.0.0"
scipy = ">=1.5.4"
psutil = ">=5.7.0"
scikit-learn = ">=1.5.0"
scikit-learn = "==1.5.2"
dataclasses_json = ">=0.5.4"
dill = "==0.3.6"
sktime = ">=0.30.0"
sktime = "==0.30.0"
statsforecast = "~=1.6.0"
torch_optimizer = "==0.1.0"
black = "==24.3.0"
Expand Down

0 comments on commit e0c4448

Please sign in to comment.