Skip to content

Commit 980ac56

Browse files
committed
clean up ops-reqs.txt
1 parent 75d4245 commit 980ac56

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/run-operators-unit-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
- name: "Run Operators Tests"
5252
timeout-minutes: 60
5353
shell: bash
54-
env:
55-
NoDependency: True
5654
run: |
5755
set -x # print commands that are executed
5856
$CONDA/bin/conda init

test-requirements-operators.txt

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,4 @@
1-
-e .
2-
click
3-
coverage
4-
faker
5-
mock
6-
pip
7-
pytest
8-
pytest-codecov
9-
pytest-xdist
1+
-r test-requirements.txt
2+
-e ".[forecast]"
103
darts
114
plotly
12-
docker
13-
conda-pack
14-
inflection
15-
nbconvert
16-
nbformat
17-
oci-cli
18-
py-cpuinfo
19-
rich
20-
autots[additional]
21-
datapane
22-
holidays==0.21.13
23-
neuralprophet
24-
numpy
25-
optuna==2.9.0
26-
oracle-automlx[forecasting]==23.2.3
27-
pmdarima
28-
prophet
29-
shap
30-
sktime
31-
statsmodels

0 commit comments

Comments
 (0)