Skip to content

Commit e9dafb6

Browse files
Pin sktime and scikit learn dependency to strict version to avoid Value errors
1 parent 2c7f1fa commit e9dafb6

File tree

2 files changed

+47
-70
lines changed

2 files changed

+47
-70
lines changed

poetry.lock

+45-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ transformers = ">=4.34.0"
2424
optuna = ">=3.1.0,<4.0.0"
2525
scipy = ">=1.5.4"
2626
psutil = ">=5.7.0"
27-
scikit-learn = ">=1.5.0"
27+
scikit-learn = "==1.5.0"
2828
dataclasses_json = ">=0.5.4"
2929
dill = "==0.3.6"
30-
sktime = ">=0.30.0"
30+
sktime = "==0.35.0"
3131
statsforecast = "~=1.6.0"
3232
torch_optimizer = "==0.1.0"
3333
black = "==24.3.0"

0 commit comments

Comments
 (0)