Skip to content

Commit

Permalink
Merge branch 'main' into farhadr/infer_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadrgh authored Nov 18, 2024
2 parents 01c3201 + 02d459a commit 8146dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def test_default_pbss_client():
assert client.meta.endpoint_url == "https://pbss.s8k.io"


@pytest.mark.xfail(reason="Logging into NGC is not required to download artifacts in BioNeMo.")
def test_default_ngc_client():
clt = default_ngc_client()
assert clt.api_key is not None
Expand Down
1 change: 1 addition & 0 deletions sub-packages/bionemo-geometric/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
'torch-geometric==2.5.0',
'torch-scatter==2.1.2',
'torch_sparse==0.6.18',
'rdkit==2023.9.6',
]

[tool.setuptools.packages.find]
Expand Down
1 change: 1 addition & 0 deletions sub-packages/bionemo-geometric/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ torch-cluster==1.6.3
torch-geometric==2.5.0
torch-scatter==2.1.2
torch_sparse==0.6.18
rdkit==2023.9.6

0 comments on commit 8146dae

Please sign in to comment.