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 363d18d commit aab4559Copy full SHA for aab4559
pyproject.toml
@@ -56,8 +56,8 @@ dependencies = [
56
"meeko", # for molecular docking preparation
57
"numpy", # for numerical operations
58
"pandas>=1.3.5", # for data parsing and analysis
59
- "posebusters @ git+https://github.com/amorehead/posebusters.git@posebench", # for protein-ligand structure scoring
60
- "posecheck @ git+https://github.com/amorehead/posecheck.git@posebench", # for protein-ligand interaction analysis
+ "posebusters", # for protein-ligand structure scoring
+ "posecheck", # for protein-ligand interaction analysis
61
"plotly", # for plotting
62
"pre-commit", # hooks for applying linters on commit
63
"prody", # for protein data parsing
0 commit comments