fixed plip error code and added tf requirement
This commit is contained in:
parent
0ff2f3189e
commit
2b3e33364d
|
@ -4,7 +4,7 @@ OD01 = Could not convert SMILES to molecule, please check the SMILES
|
||||||
OD02 = Failed to add charges to molecule
|
OD02 = Failed to add charges to molecule
|
||||||
OD03 = Failed to write the converted PDBQT file
|
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
|
PL01 = Failed to fetch the PDB, please check the PDB Code
|
||||||
|
|
||||||
DB00 = Failed to connect to the database.
|
DB00 = Failed to connect to the database.
|
||||||
|
|
|
@ -17,3 +17,4 @@ uvicorn
|
||||||
tqdm
|
tqdm
|
||||||
pymed
|
pymed
|
||||||
logzero
|
logzero
|
||||||
|
tensorflow-cpu>=2.0
|
||||||
|
|
Loading…
Reference in New Issue