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 89e8341 commit 0fea864Copy full SHA for 0fea864
.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
0 commit comments