Skip to content

Commit bc823a3

Browse files
Update Keras min Test version to 3.9 (#2434)
* Update python min version to 3.9 * update Keras min version t0 3.9 * pin jax version
1 parent cd6e848 commit bc823a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: [keras-stable]
2121
include:
2222
- backend: jax
23-
version: keras-3.8
23+
version: keras-3.9
2424
- backend: jax
2525
version: keras-nightly
2626
- backend: openvino
@@ -50,11 +50,11 @@ jobs:
5050
run: |
5151
pip install -r requirements.txt --progress-bar off
5252
pip install --no-deps -e "." --progress-bar off
53-
- name: Pin Keras 3.8
54-
if: ${{ matrix.version == 'keras-3.8'}}
53+
- name: Pin Keras 3.9
54+
if: ${{ matrix.version == 'keras-3.9'}}
5555
run: |
5656
pip uninstall -y keras jaxlib jax
57-
pip install keras==3.8.0 --progress-bar off
57+
pip install keras==3.9.0 --progress-bar off
5858
pip install jax==0.6.0 --progress-bar off
5959
- name: Pin Keras Nightly
6060
if: ${{ matrix.version == 'keras-nightly'}}

0 commit comments

Comments
 (0)