Skip to content

Commit

Permalink
Merge pull request deepchem#3633 from shaipranesh2/dependencies
Browse files Browse the repository at this point in the history
bumping torch to 2.1.0 for CI
  • Loading branch information
rbharath authored Nov 3, 2023
2 parents ddc6c5f + 58bf1e7 commit cc8047b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/torch/env_torch.cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
- -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
- -f https://data.dgl.ai/wheels/repo.html
- dgl
- torch==1.12.0+cpu
- torch==2.1.0+cpu
- torch-geometric
- pytorch-lightning==1.6.5
2 changes: 1 addition & 1 deletion requirements/torch/env_torch.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
- -f https://data.pyg.org/whl/torch-1.11.0+cu113.html
- -f https://data.dgl.ai/wheels/repo.html
- dgl-cu111
- torch==1.11.0+cu113
- torch==2.1.0+cu113
- torch-geometric
- pytorch-lightning==1.6.5
2 changes: 1 addition & 1 deletion requirements/torch/env_torch.mac.cpu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- pytorch
dependencies:
- pytorch==1.12.*
- pytorch==2.1.0
- pip:
- -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
- dgl
Expand Down

0 comments on commit cc8047b

Please sign in to comment.