We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9f368 commit 7b98b21Copy full SHA for 7b98b21
pyproject.toml
@@ -57,10 +57,12 @@ dependencies = [
57
"meeko", # for molecular docking preparation
58
"numpy", # for numerical operations
59
"pandas>=1.3.5", # for data parsing and analysis
60
+ "posebusters==0.2.12", # for protein-ligand structure scoring
61
"plotly", # for plotting
62
"pre-commit", # hooks for applying linters on commit
63
"prody", # for protein data parsing
64
"prolif", # for protein-ligand data parsing
65
+ "pypdb", # for PDB data parsing
66
"rdkit>=2023.3.2", # for parsing small molecule data files
67
"rich", # beautiful text formatting in terminal
68
"rootutils", # standardizing the project root setup
0 commit comments