We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d4245 commit 980ac56Copy full SHA for 980ac56
.github/workflows/run-operators-unit-tests.yml
@@ -51,8 +51,6 @@ jobs:
51
- name: "Run Operators Tests"
52
timeout-minutes: 60
53
shell: bash
54
- env:
55
- NoDependency: True
56
run: |
57
set -x # print commands that are executed
58
$CONDA/bin/conda init
test-requirements-operators.txt
@@ -1,31 +1,4 @@
1
--e .
2
-click
3
-coverage
4
-faker
5
-mock
6
-pip
7
-pytest
8
-pytest-codecov
9
-pytest-xdist
+-r test-requirements.txt
+-e ".[forecast]"
10
darts
11
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