diff --git a/.github/workflows/ci-style-checks.yml b/.github/workflows/ci-style-checks.yml index d07db45cc5..2d1a4ca0bf 100644 --- a/.github/workflows/ci-style-checks.yml +++ b/.github/workflows/ci-style-checks.yml @@ -39,7 +39,7 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip setuptools wheel - pip install -q pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.0 black==24.4.2 ruff==0.5.5 + pip install -r requirements_test.txt pip install -q -r <(sed '/^numpy/d;/^tensorflow/d;/^keras/d' requirements_test.txt) pip install numpy==1.22.4 pip install tensorflow==2.13.1 diff --git a/requirements_test.txt b/requirements_test.txt index 6e85ffa7bd..5f37346dd1 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -58,7 +58,7 @@ pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.1 black==24.8.0 -ruff==0.5.5 +ruff==0.9.3 types-six==1.16.21.9 types-PyYAML==6.0.12.20240917 types-setuptools==71.1.0.20240726