From b06eeca3a6bb0fffd55f29139496b70f3176b734 Mon Sep 17 00:00:00 2001 From: CARME Antoine Date: Fri, 22 Nov 2024 17:24:40 +0000 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 32f99922a..44ec85c60 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,7 +36,7 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - pip install --progress-bar off numpy scipy pandas scikit-learn==1.6.0rc1 matplotlib pydot jupyter xgboost ipython lightgbm statsmodels torch skorch setproctitle urllib3 objgraph imageio imageio_ffmpeg + pip install --progress-bar off numpy scipy pandas scikit-learn matplotlib pydot jupyter xgboost ipython lightgbm statsmodels torch skorch setproctitle urllib3 objgraph imageio imageio_ffmpeg - name: Initial Cleanup run : | mkdir -p logs