Skip to content

Commit aecde4a

Browse files
authored
Update keras version to 3.14 (#2752)
1 parent 19551d6 commit aecde4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version: [keras-stable]
2525
include:
2626
- backend: jax
27-
version: keras-3.13
27+
version: keras-3.14
2828
- backend: jax
2929
version: keras-nightly
3030
- backend: openvino
@@ -52,11 +52,11 @@ jobs:
5252
run: |
5353
pip install -r requirements.txt --progress-bar off
5454
pip install --no-deps -e "." --progress-bar off
55-
- name: Pin Keras 3.13
56-
if: ${{ matrix.version == 'keras-3.13'}}
55+
- name: Pin Keras 3.14
56+
if: ${{ matrix.version == 'keras-3.14'}}
5757
run: |
5858
pip uninstall -y keras jaxlib jax
59-
pip install keras==3.13.0 --progress-bar off
59+
pip install keras==3.14.0 --progress-bar off
6060
pip install jax==0.6.0 --progress-bar off
6161
- name: Pin Keras Nightly
6262
if: ${{ matrix.version == 'keras-nightly'}}

0 commit comments

Comments
 (0)