Skip to content

Commit aab4559

Browse files
committed
Unspecify PoseBusters and PoseCheck versions for PyPI upload
1 parent 363d18d commit aab4559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies = [
5656
"meeko", # for molecular docking preparation
5757
"numpy", # for numerical operations
5858
"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
59+
"posebusters", # for protein-ligand structure scoring
60+
"posecheck", # for protein-ligand interaction analysis
6161
"plotly", # for plotting
6262
"pre-commit", # hooks for applying linters on commit
6363
"prody", # for protein data parsing

0 commit comments

Comments
 (0)