Skip to content

Commit 03bf390

Browse files
authored
Update keras version to 3.15 (keras-team#2852)
1 parent 5536fd6 commit 03bf390

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.14
27+
version: keras-3.15
2828
- backend: jax
2929
version: keras-nightly
3030
- backend: openvino
@@ -55,11 +55,11 @@ jobs:
5555
run: |
5656
pip install -r requirements.txt --progress-bar off
5757
pip install --no-deps -e "." --progress-bar off
58-
- name: Pin Keras 3.14
59-
if: ${{ matrix.version == 'keras-3.14'}}
58+
- name: Pin Keras 3.15
59+
if: ${{ matrix.version == 'keras-3.15'}}
6060
run: |
6161
pip uninstall -y keras jaxlib jax
62-
pip install keras==3.14.0 --progress-bar off
62+
pip install keras==3.15.0 --progress-bar off
6363
pip install jax==0.6.0 --progress-bar off
6464
- name: Pin Keras Nightly
6565
if: ${{ matrix.version == 'keras-nightly'}}

0 commit comments

Comments
 (0)