Skip to content

Commit e0d86ab

Browse files
committed
tf2.8.0rc1
1 parent e769b10 commit e0d86ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
${{ runner.os }}-pip-
3030
- name: Install dependencies
3131
run: |
32-
pip install tensorflow==2.8.0rc0 --progress-bar off --upgrade
32+
pip install tensorflow==2.8.0rc1 --progress-bar off --upgrade
3333
pip install -e ".[tests]" --progress-bar off
3434
- name: Test with pytest
3535
run: |
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
python -m pip install --upgrade pip setuptools
61-
pip install tensorflow==2.8.0rc0 --progress-bar off --upgrade
61+
pip install tensorflow==2.8.0rc1 --progress-bar off --upgrade
6262
pip install -e .
6363
pip install -r docs/requirements.txt
6464
- name: Build the docs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
keywords=["AutoML", "Keras"],
1919
install_requires=[
2020
"packaging",
21-
"tensorflow>=2.8.0rc0",
21+
"tensorflow>=2.8.0rc1",
2222
"keras-tuner>=1.1.0",
2323
"pandas",
2424
],

0 commit comments

Comments
 (0)