Skip to content

Commit

Permalink
Bump tensorflow-gpu from 1.15.2 to 2.9.3
Browse files Browse the repository at this point in the history
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.9.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v1.15.2...v2.9.3)

---
updated-dependencies:
- dependency-name: tensorflow-gpu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2022
1 parent c16af32 commit 51db989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow-gpu == 1.15.2
tensorflow-gpu == 2.9.3
requests == 2.23.0
numpy == 1.18.2
matplotlib == 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent'],
install_requires=[
'tensorflow-gpu==1.15.2',
'tensorflow-gpu==2.9.3',
'requests==2.23.0',
'numpy==1.18.2',
'matplotlib==3.2.1',
Expand Down

0 comments on commit 51db989

Please sign in to comment.