Skip to content

Commit

Permalink
Upgrade tensorflow-gpu version
Browse files Browse the repository at this point in the history
This is in response to multiple reported vulnerabilities on 1.15.2.
  • Loading branch information
velovix committed Sep 25, 2020
1 parent c36b834 commit 9096c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scipy==1.4.1",
"scikit-learn==0.22.2",
"numpy>=1.16,<2",
"tensorflow-gpu==1.15.2",
"tensorflow-gpu==1.15.4",
],
extras_require={
"tests": test_packages,
Expand Down

0 comments on commit 9096c9e

Please sign in to comment.