Skip to content

Commit aeabf13

Browse files
committed
dependencies fixes for testcases
1 parent ca431f4 commit aeabf13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ forecast = [
177177
"autots",
178178
"mlforecast",
179179
"neuralprophet>=0.7.0",
180+
"pytorch-lightning==2.5.5",
180181
"numpy<2.0.0",
181182
"oci-cli",
182183
"optuna",

test-requirements-operators.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r test-requirements.txt
22
-e ".[forecast]"
3-
#-e ".[anomaly]"
3+
-e ".[anomaly]"
44
#-e ".[recommender]"
55
#-e ".[feature-store-marketplace]"
66
plotly

0 commit comments

Comments
 (0)