fixed plip error code and added tf requirement

This commit is contained in:
Navan Chauhan 2020-09-24 17:06:20 +05:30
parent 0ff2f3189e
commit 2b3e33364d
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ OD01 = Could not convert SMILES to molecule, please check the SMILES
OD02 = Failed to add charges to molecule
OD03 = Failed to write the converted PDBQT file
PL02 = Failed to import PLIP, please ensure that you have correctly installed PLIP
PL00 = Failed to import PLIP, please ensure that you have correctly installed PLIP
PL01 = Failed to fetch the PDB, please check the PDB Code
DB00 = Failed to connect to the database.

View File

@ -17,3 +17,4 @@ uvicorn
tqdm
pymed
logzero
tensorflow-cpu>=2.0