diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-24 16:12:00 +0530 |
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-24 16:12:00 +0530 |
| commit | 8d7598d59de611222d5666b0aae6d4532f185c71 (patch) | |
| tree | b9f5bd77115fec24803250399c0074d2b59bab5c | |
| parent | b3da7f98f922f3d6bc8bc440c459089231c2a6a4 (diff) | |
added tensorflow cpu to requirements
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 5d06b3b..e80e36e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,8 @@ bunch tqdm prettytable gradio -git+https://github.com/bp-kelley/descriptastorus +git+https://github.com/bp-kelley/descriptastorus +tensorflow-cpu>=2.0 pandas_flavor subword_nmt wget |
