Skip to content

Commit

Permalink
add requests to pypi deps. reenable cdpkit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Dec 16, 2024
1 parent ef6a56e commit 1a08e98
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
# scikit-learn, joblib, biopython are only used for rarely-used functions in smallmol
conda install -y -q scikit-learn joblib biopython -c conda-forge
# - name: Install cdpkit
# if: ${{ matrix.os == 'ubuntu-latest' }}
# run: |
# # for testing CDPKit SmallMol
# pip install cdpkit
- name: Install cdpkit
# if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
# for testing CDPKit SmallMol
pip install CDPKit==1.2.0.dev3
- name: Install moleculekit
run: |
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
]
dependencies = ["numpy>=1.23.5", "pandas>=1.1.2", "networkx", "tqdm", "msgpack"]
dependencies = [
"numpy>=1.23.5",
"pandas>=1.1.2",
"networkx",
"tqdm",
"msgpack",
"requests",
]

[project.urls]
"Homepage" = "https://github.com/Acellera/moleculekit"
Expand Down

0 comments on commit 1a08e98

Please sign in to comment.