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 d5a2713 commit 5c8b643Copy full SHA for 5c8b643
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: 'Install TensorFlow'
77
run: |
78
python -m pip install -U pip
79
- pip install "${TENSORFLOW_VERSION}"
+ pip install "${TENSORFLOW_VERSION}" keras-nightly==3.3.3.dev2024051503
80
if: matrix.tf_version_id != 'notf'
81
- name: 'Install Python dependencies'
82
0 commit comments