Skip to content

Commit f3b4820

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
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

+1
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)