Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Bump tensorflow-gpu from 1.15 to 1.15.2
Browse files Browse the repository at this point in the history
Bumps [tensorflow-gpu](/~https://github.com/tensorflow-gpu/tensorflow-gpu) from 1.15 to 1.15.2.
- [Release notes](/~https://github.com/tensorflow-gpu/tensorflow-gpu/releases)
- [Commits](/~https://github.com/tensorflow-gpu/tensorflow-gpu/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 11, 2020
1 parent f76b63c commit 26bf5aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sentencepiece
tensorflow-text==1.15.0rc0
tensor2tensor==1.15.0
tfds-nightly
tensorflow-gpu==1.15
tensorflow-gpu==1.15.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
'tensorflow-text==1.15.0rc0',
'tfds-nightly',
'tensor2tensor==1.15.0',
'tensorflow-gpu==1.15',
'tensorflow-gpu==1.15.2',
],
extras_require={
'tensorflow': ['tensorflow-gpu==1.15'],
'tensorflow': ['tensorflow-gpu==1.15.2'],
},
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 26bf5aa

Please sign in to comment.