diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-10 00:13:20 -0700 |
---|---|---|
committer | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-10 00:13:20 -0700 |
commit | fd05cbe9589c5c0214d1f799a910a3f96f9b0235 (patch) | |
tree | 8f2e7a51bb6748b5b6dbbb66454c9bdb02c9bf5c | |
parent | 6d8be99ddb34ad85154d945a3ad069823f161076 (diff) |
Add tensorflow requirement
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index f91fd71c2..f70cbc4b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ colorama==0.4.1 numpy==1.17.4 +tensorflow==2.0.0
\ No newline at end of file |