diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-24 17:06:20 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-24 17:06:20 +0530 |
commit | 2b3e33364d1138178e9354b53a7fffabeac2d829 (patch) | |
tree | 15b8980583fe70565393c869efdf840d8f19716c /requirements.txt | |
parent | 0ff2f3189ea5aea74303138b531994026222d524 (diff) |
fixed plip error code and added tf requirement
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 4163122..8f4a660 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,4 @@ uvicorn tqdm pymed logzero +tensorflow-cpu>=2.0 |