We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5536fd6 commit 03bf390Copy full SHA for 03bf390
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.14
+ version: keras-3.15
28
29
version: keras-nightly
30
- backend: openvino
@@ -55,11 +55,11 @@ jobs:
55
run: |
56
pip install -r requirements.txt --progress-bar off
57
pip install --no-deps -e "." --progress-bar off
58
- - name: Pin Keras 3.14
59
- if: ${{ matrix.version == 'keras-3.14'}}
+ - name: Pin Keras 3.15
+ if: ${{ matrix.version == 'keras-3.15'}}
60
61
pip uninstall -y keras jaxlib jax
62
- pip install keras==3.14.0 --progress-bar off
+ pip install keras==3.15.0 --progress-bar off
63
pip install jax==0.6.0 --progress-bar off
64
- name: Pin Keras Nightly
65
if: ${{ matrix.version == 'keras-nightly'}}
0 commit comments