Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 11, 2023
2 parents fd0743c + c90a758 commit 60b83c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
- name: Install package
run: |
python -m pip install --upgrade pip
pip install torch
pip install -e .[test]
pip install torch==2.1.1
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.0+cpu.html
pip install -e .[strict,test]
- name: Test
run: pytest
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.0.1"
readme = "README.md"
requires-python = ">=3.8, <3.11"
dependencies = [
"torch>=2.0.0",
"pytorch-lightning>=2.0.0",
"torchmetrics>=0.10.0, <1.0.0",
"torch_geometric>=2.3.0",
Expand Down

0 comments on commit 60b83c1

Please sign in to comment.