Skip to content

Commit

Permalink
bump statsforecast~=1.6.0 and sktime~=0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Oct 24, 2023
1 parent f3470b9 commit bb8822e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lightwood/mixer/sktime.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
:param use_stl: Whether to use de-trenders and de-seasonalizers fitted in the timeseries analysis phase.
""" # noqa
super().__init__(stop_after)
self.stable = False
self.stable = True # TODO remove, debug
self.prepared = False
self.supports_proba = False
self.target = target
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ wheel >=0.32.2
scikit-learn >=1.0.0
dataclasses_json >=0.5.4
dill ==0.3.6
sktime >=0.21.0,<0.22.0
statsforecast ==1.4.0
sktime >=0.24.0,<0.25 .0
statsforecast ~=1.6.0
torch_optimizer ==0.1.0
black ==23.3.0
typing_extensions
Expand Down

0 comments on commit bb8822e

Please sign in to comment.