Skip to content

Commit

Permalink
setup: Update TF version to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrust committed Sep 1, 2021
1 parent 87a82ca commit 71a4e03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ CHIA depends on:
* gputil ~= 1.4.0
* networkx ~= 2.4
* numpy ~= 1.18.5
* tensorflow-addons == 0.11.1
* tensorflow == 2.4.0
* tensorflow-addons == 0.14.0
* tensorflow == 2.4.3

## Installation
To install, simply run:
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"gputil~=1.4.0",
"networkx~=2.4",
"numpy~=1.19.2",
"tensorflow-addons==0.12.1",
"tensorflow~=2.4.0",
"tensorflow-addons==0.14.0",
"tensorflow~=2.4.3",
],
# metadata to display on PyPI
author="Clemens-Alexander Brust",
Expand All @@ -39,6 +39,7 @@
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Development Status :: 5 - Production/Stable",
"Environment :: GPU",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit 71a4e03

Please sign in to comment.