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 06bf8ef commit 6fd5cfdCopy full SHA for 6fd5cfd
.github/workflows/ci-testing.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
python -m pip install --upgrade pip
52
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
53
- pip install -q onnx tensorflow-cpu # for export
+ pip install -q onnx tensorflow-cpu keras==2.6.0 # for export
54
python --version
55
pip --version
56
pip list
0 commit comments