Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit ce62770

Browse files
committed
Bump required Python version and add tf_keras requirement
1 parent cd16d81 commit ce62770

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Python # Set Python version
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.8
34+
python-version: "3.10"
3535
# Install pip and pytest
3636
- name: Install dependencies
3737
run: |

.github/workflows/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
tensorflow == 2.17.0
2+
tf_keras == 2.17.0

0 commit comments

Comments
 (0)