File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.0rc1 --progress-bar off --upgrade
32
+ pip install tensorflow==2.8.0 --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.0rc1 --progress-bar off --upgrade
61
+ pip install tensorflow==2.8.0 --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.0rc1 " ,
21
+ "tensorflow>=2.8.0 " ,
22
22
"keras-tuner>=1.1.0" ,
23
23
"pandas" ,
24
24
],
42
42
"License :: OSI Approved :: Apache Software License" ,
43
43
"Programming Language :: Python :: 3.7" ,
44
44
"Programming Language :: Python :: 3.8" ,
45
+ "Programming Language :: Python :: 3.9" ,
46
+ "Programming Language :: Python :: 3.10" ,
45
47
"Topic :: Scientific/Engineering :: Mathematics" ,
46
48
"Topic :: Software Development :: Libraries :: Python Modules" ,
47
49
"Topic :: Software Development :: Libraries" ,
You can’t perform that action at this time.
0 commit comments