Skip to content

Commit

Permalink
build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 7, 2024
1 parent 00bd253 commit 276fbd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
environment-file: env.yml
environment-name: graphium
cache-environment: true
cache-downloads: false
cache-downloads: true
create-args: >-
python=${{ matrix.python-version }}
condarc: |
Expand Down
11 changes: 5 additions & 6 deletions env.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- pytorch
- conda-forge
- pyg
- pyg # Add for Windows

dependencies:
- python >3.9,<3.12
Expand Down Expand Up @@ -35,12 +34,12 @@ dependencies:
- lightning >=2.0
- torchmetrics
- ogb
- pytorch_geometric >=2.0 # Use `pyg` for Windows instead of `pytorch_geometric`
- pyg >=2.0 # Use `pyg` for Windows instead of `pytorch_geometric`
- wandb >=0.18.5
- mup
- pytorch_sparse >=0.6
- pytorch_cluster >=1.5
- pytorch_scatter >=2.0
# - pytorch_sparse >=0.6
# - pytorch_cluster >=1.5
# - pytorch_scatter >=2.0

# chemistry
- rdkit <=2024.03.4
Expand Down

0 comments on commit 276fbd8

Please sign in to comment.