File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
${{ runner.os }}-pip-
30
30
- name : Install dependencies
31
31
run : |
32
- pip install tensorflow==2.8.0rc0 --progress-bar off --upgrade
32
+ pip install tensorflow==2.8.0rc1 --progress-bar off --upgrade
33
33
pip install -e ".[tests]" --progress-bar off
34
34
- name : Test with pytest
35
35
run : |
58
58
- name : Install dependencies
59
59
run : |
60
60
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
62
62
pip install -e .
63
63
pip install -r docs/requirements.txt
64
64
- name : Build the docs
Original file line number Diff line number Diff line change 18
18
keywords = ["AutoML" , "Keras" ],
19
19
install_requires = [
20
20
"packaging" ,
21
- "tensorflow>=2.8.0rc0 " ,
21
+ "tensorflow>=2.8.0rc1 " ,
22
22
"keras-tuner>=1.1.0" ,
23
23
"pandas" ,
24
24
],
You can’t perform that action at this time.
0 commit comments