Skip to content

Commit

Permalink
Merge pull request #678 from VijayKalmath/patch-3
Browse files Browse the repository at this point in the history
Update Tensorflow Version to `2.7.0`
  • Loading branch information
qiyanjun committed Jul 8, 2022
2 parents d3ee721 + c405e59 commit 2f49def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
]

extras["tensorflow"] = [
"tensorflow==2.5.0",
"tensorflow==2.9.1",
"tensorflow_hub",
"tensorflow_text>=2",
"tensorboardX",
"tensorflow-estimator==2.5.0",
"tensorflow-estimator==2.9.0",
]

extras["optional"] = [
Expand Down

0 comments on commit 2f49def

Please sign in to comment.