Skip to content

Commit

Permalink
tf2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Feb 2, 2022
1 parent e0d86ab commit 54c408a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install tensorflow==2.8.0rc1 --progress-bar off --upgrade
pip install tensorflow==2.8.0 --progress-bar off --upgrade
pip install -e ".[tests]" --progress-bar off
- name: Test with pytest
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install tensorflow==2.8.0rc1 --progress-bar off --upgrade
pip install tensorflow==2.8.0 --progress-bar off --upgrade
pip install -e .
pip install -r docs/requirements.txt
- name: Build the docs
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
keywords=["AutoML", "Keras"],
install_requires=[
"packaging",
"tensorflow>=2.8.0rc1",
"tensorflow>=2.8.0",
"keras-tuner>=1.1.0",
"pandas",
],
Expand All @@ -42,6 +42,8 @@
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 54c408a

Please sign in to comment.