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 5ff0d48 commit b2d59f6Copy full SHA for b2d59f6
.github/workflows/run-forecast-unit-tests.yml
@@ -56,7 +56,6 @@ jobs:
56
$CONDA/bin/conda init
57
source /home/runner/.bashrc
58
pip install -r test-requirements-operators.txt
59
- pip install "oracle-automlx[classic]>=24.2.0"
60
- pip install "oracle-automlx[forecasting]>=24.2.0"
+ pip install "oracle-automlx[forecasting]>=24.4.0"
61
pip install pandas>=2.2.0
62
python -m pytest -v -p no:warnings --durations=5 tests/operators/forecast
0 commit comments