Skip to content

Commit

Permalink
chore: Update requirements.txt with additional dependencies and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1999 committed Aug 21, 2024
1 parent be642de commit b60788f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Cheminformatics
rdkit
prolif
datamol
hydride
biopython
rdkit
prolif # For working with protein-ligand interactions
datamol # For working with molecules
hydride # For adding hydrogens to molecules
biopython # For fixing broken PDBs

# Data
pandas==2.0.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

setup(
name="posecheck",
version="1.1",
description="A library for pose estimation benchmarks",
version="1.3",
description="A library for pose quality benchmarks",
author="Charles Harris",
author_email="cch57@cam.ac.uk",
packages=find_packages(include=["posecheck",
Expand Down

0 comments on commit b60788f

Please sign in to comment.