Skip to content

Commit

Permalink
Add optional confpass dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jessbade committed Apr 2, 2024
1 parent 4a1a6c7 commit 9751ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pandas >= 1.1.4
# rdkit >= 2023.09.1
snakemake >= 6.3.0
statsmodels >= 0.11.1
git+https://github.com/Goodman-lab/CONFPASS.git; extra == "confpass"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
packages=pkgs,
python_requires="==3.9.*",
install_requires=install_requires,
extras_requires={"confpass": ["git+https://github.com/Goodman-lab/CONFPASS.git"]},
classifiers=[
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Chemistry",
Expand Down

0 comments on commit 9751ff2

Please sign in to comment.