We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd16d81 commit ce62770Copy full SHA for ce62770
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Python # Set Python version
32
uses: actions/setup-python@v4
33
with:
34
- python-version: 3.8
+ python-version: "3.10"
35
# Install pip and pytest
36
- name: Install dependencies
37
run: |
.github/workflows/requirements.txt
@@ -1 +1,2 @@
1
tensorflow == 2.17.0
2
+tf_keras == 2.17.0
0 commit comments