Skip to content

Commit

Permalink
fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Oct 24, 2023
1 parent bb8822e commit 2ea5071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = True # TODO remove, debug
self.stable = False
self.prepared = False
self.supports_proba = False
self.target = target
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wheel >=0.32.2
scikit-learn >=1.0.0
dataclasses_json >=0.5.4
dill ==0.3.6
sktime >=0.24.0,<0.25 .0
sktime >=0.24.0,<0.25.0
statsforecast ~=1.6.0
torch_optimizer ==0.1.0
black ==23.3.0
Expand Down

0 comments on commit 2ea5071

Please sign in to comment.