Skip to content

Commit

Permalink
Fix laplace dependency (lightning-uq-box#177)
Browse files Browse the repository at this point in the history
* fix laplace dependency

* typo

* found the linked github issue

* typo

* capitalize

* path

* git
  • Loading branch information
nilsleh authored Aug 19, 2024
1 parent 050a5cc commit af0b41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
# for deep kernel learning and other GP models
"gpytorch>=1.11",
# Laplace Approximation
"laplace-torch>=0.1a2",
"laplace-torch @ git+https://github.com/aleximmer/Laplace@update-deps",
# Uncertainty toolbox metrics
"uncertainty-toolbox>=0.1.1",
# Kornia for Test Time Augmentations and other image processing
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ torchmetrics==1.3.1
torchvision==0.17.1
lightning==2.4.0
scikit-learn==1.4.1.post1
laplace-torch==0.1a2
gpytorch==1.11
pandas==2.2.1
uncertainty-toolbox==0.1.1
kornia==0.7.1
h5py==3.11.0

# laplace-torch
git+https://github.com/aleximmer/Laplace@update-deps

0 comments on commit af0b41c

Please sign in to comment.