Skip to content

Commit

Permalink
Bump curvlinops dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Aug 15, 2024
1 parent ccf4a30 commit 756104d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'
args: "check"
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install git+https://github.com/kazukiosawa/asdl
pip install -e .
- name: Test with pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The [code](https://github.com/runame/laplace-redux) to reproduce the experiments
To install laplace with `pip`, run the following:

```bash
pip install git+https://github.com/kazukiosawa/asdl
pip install laplace-torch
```

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ install_requires =
torchaudio
backpack-for-pytorch
asdfghjkl
asdl @ git+https://github.com/kazukiosawa/asdl
torchmetrics
opt_einsum
curvlinops-for-pytorch @ git+https://github.com/f-dangel/curvlinops
curvlinops-for-pytorch >= 2.0
python_requires = >=3.9

[options.packages.find]
Expand Down

0 comments on commit 756104d

Please sign in to comment.