Skip to content

Commit cf5c380

Browse files
committed
add back tests
1 parent 4ae944b commit cf5c380

File tree

3 files changed

+210
-203
lines changed

3 files changed

+210
-203
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,21 @@ viz = [
154154
"seaborn>=0.11.0",
155155
]
156156
forecast = [
157+
"conda-pack",
158+
"inflection",
159+
"nbconvert",
160+
"nbformat",
161+
"oci-cli",
162+
"py-cpuinfo",
163+
"rich",
157164
"autots[additional]",
158165
"datapane",
159166
"holidays==0.21.13",
160167
"neuralprophet",
161168
"numpy",
162169
"oci-cli",
163170
"optuna==2.9.0",
164-
"oracle-ads[opctl]",
171+
"oracle-ads",
165172
"oracle-automlx==23.2.3",
166173
"pmdarima",
167174
"prophet",

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pip
77
pytest
88
pytest-codecov
99
pytest-xdist
10-
# darts
10+
darts
1111
# docker

0 commit comments

Comments
 (0)