Skip to content

Commit

Permalink
Make pytorch a conda runtime dependency
Browse files Browse the repository at this point in the history
Analogue to cornellius-gp/gpytorch#2457, necessary b/c of conda solver issues.
  • Loading branch information
Balandat committed Dec 11, 2023
1 parent 49a643b commit 09952a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ requirements:
- python>=3.8

run:
- python>=3.8
- pytorch>=1.11
- scipy
- jaxtyping>=0.2.9
Expand Down

0 comments on commit 09952a6

Please sign in to comment.