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.
2 parents fc535ef + 0fea864 commit 88f7918Copy full SHA for 88f7918
.github/workflows/ci-style-checks.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install Dependencies
40
run: |
41
python -m pip install --upgrade pip setuptools wheel
42
- 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
43
pip install -q -r <(sed '/^numpy/d;/^tensorflow/d;/^keras/d' requirements_test.txt)
44
pip install numpy==1.22.4
45
pip install tensorflow==2.13.1
requirements_test.txt
@@ -58,7 +58,7 @@ pylint==3.2.6
58
mypy==1.11.1
59
pycodestyle==2.12.1
60
black==24.8.0
61
-ruff==0.5.5
+ruff==0.9.3
62
types-six==1.16.21.9
63
types-PyYAML==6.0.12.20240917
64
types-setuptools==71.1.0.20240726
0 commit comments