Skip to content

Commit

Permalink
update statsforecast to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 639d8fd commit 597b71e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion models/timeseries/nixtla_arimax.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class AutoARIMAParallelModel(CustomTimeSeriesModel):
_parallel_task = True
_testing_can_skip_failure = False # ensure tested as if shouldn't fail

_modules_needed_by_name = ['statsforecast==1.5.0']
_modules_needed_by_name = ['statsforecast==1.7.4']

@staticmethod
def is_enabled():
Expand Down
2 changes: 1 addition & 1 deletion models/timeseries/nixtla_ces.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class AutoCESParallelModel(CustomTimeSeriesModel):
_parallel_task = True
_testing_can_skip_failure = False # ensure tested as if shouldn't fail

_modules_needed_by_name = ['statsforecast==1.5.0']
_modules_needed_by_name = ['statsforecast==1.7.4']

@staticmethod
def is_enabled():
Expand Down
2 changes: 1 addition & 1 deletion models/timeseries/nixtla_ets.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class AutoETSParallelModel(CustomTimeSeriesModel):
_parallel_task = True
_testing_can_skip_failure = False # ensure tested as if shouldn't fail

_modules_needed_by_name = ['statsforecast==1.5.0']
_modules_needed_by_name = ['statsforecast==1.7.4']

@staticmethod
def is_enabled():
Expand Down
2 changes: 1 addition & 1 deletion models/timeseries/nixtla_theta.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class AutoThetaParallelModel(CustomTimeSeriesModel):
_parallel_task = True
_testing_can_skip_failure = False # ensure tested as if shouldn't fail

_modules_needed_by_name = ['statsforecast==1.5.0']
_modules_needed_by_name = ['statsforecast==1.7.4']

@staticmethod
def is_enabled():
Expand Down

0 comments on commit 597b71e

Please sign in to comment.