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 19551d6 commit aecde4aCopy full SHA for aecde4a
1 file changed
.github/workflows/actions.yml
@@ -24,7 +24,7 @@ jobs:
24
version: [keras-stable]
25
include:
26
- backend: jax
27
- version: keras-3.13
+ version: keras-3.14
28
29
version: keras-nightly
30
- backend: openvino
@@ -52,11 +52,11 @@ jobs:
52
run: |
53
pip install -r requirements.txt --progress-bar off
54
pip install --no-deps -e "." --progress-bar off
55
- - name: Pin Keras 3.13
56
- if: ${{ matrix.version == 'keras-3.13'}}
+ - name: Pin Keras 3.14
+ if: ${{ matrix.version == 'keras-3.14'}}
57
58
pip uninstall -y keras jaxlib jax
59
- pip install keras==3.13.0 --progress-bar off
+ pip install keras==3.14.0 --progress-bar off
60
pip install jax==0.6.0 --progress-bar off
61
- name: Pin Keras Nightly
62
if: ${{ matrix.version == 'keras-nightly'}}
0 commit comments