Skip to content

Commit

Permalink
Bump required Python version and add tf_keras requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrume committed Aug 13, 2024
1 parent cd16d81 commit ce62770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Python # Set Python version
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.10"
# Install pip and pytest
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tensorflow == 2.17.0
tf_keras == 2.17.0

0 comments on commit ce62770

Please sign in to comment.