Skip to content

Commit

Permalink
Fix deepchem Torch CI (deepchem#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasvinaya authored Aug 16, 2024
1 parent 8658b26 commit 8308b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# Environment-specific dependencies.
extras = {
'jax': ['jax', 'jaxlib', 'dm-haiku', 'optax'],
'torch': ['torch', 'torchvision', 'pytorch-lightning', 'dgl', 'dgllife'],
'torch': ['torch==2.2.1', 'torchvision', 'pytorch-lightning', 'dgl<2.2.1', 'dgllife'],
'tensorflow': ['tensorflow', 'tensorflow_probability', 'tensorflow_addons'],
'dqc': ['dqc', 'xitorch', 'torch', 'pylibxc2']
'dqc': ['dqc', 'xitorch', 'torch==2.2.1', 'pylibxc2']
}


Expand Down

0 comments on commit 8308b67

Please sign in to comment.