Skip to content

Commit

Permalink
Update strict version dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 11, 2023
1 parent 4455112 commit 676d2cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install torch
pip install -e .[test]
pip install -e .[strict,test]
- name: Test
run: pytest
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ dependencies = [

[project.optional-dependencies]
test = ["pytest"]
strict = [
"pytorch-lightning=2.0.0",
"torchmetrics=0.10.0",
"torch_geometric=2.3.0",
"torch_scatter=2.1.1",
"e3nn=0.5.1",
]


[tool.black]
line-length = 88
Expand Down

0 comments on commit 676d2cc

Please sign in to comment.