Skip to content

Commit

Permalink
Update min req linear_operator to 0.5.1 (#1963)
Browse files Browse the repository at this point in the history
Summary:
linear_operator 0.5.0 had a bug that causes some things in botorch to raise errors. This bumps things to the newly released 0.5.1 that fixes these issues.

Pull Request resolved: #1963

Reviewed By: saitcakmak

Differential Revision: D47969918

Pulled By: Balandat

fbshipit-source-id: 335aec75cca03e6db7240f1df52d219628fba4a8
  • Loading branch information
Balandat authored and facebook-github-bot committed Aug 1, 2023
1 parent 91b278f commit 56626bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
run:
- pytorch >=1.13.1
- gpytorch ==1.11
- linear_operator ==0.5.0
- linear_operator ==0.5.1
- scipy
- multipledispatch
- pyro-ppl >=1.8.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Optimization simply use Ax.
- Python >= 3.9
- PyTorch >= 1.13.1
- gpytorch == 1.11
- linear_operator == 0.5.0
- linear_operator == 0.5.1
- pyro-ppl >= 1.8.4
- scipy
- multiple-dispatch
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- pytorch>=1.13.1
- gpytorch==1.11
- linear_operator==0.5.0
- linear_operator==0.5.1
- scipy
- multipledispatch
- pyro-ppl>=1.8.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ scipy
torch>=1.13.1
pyro-ppl>=1.8.4
gpytorch==1.11
linear_operator==0.5.0
linear_operator==0.5.1

0 comments on commit 56626bd

Please sign in to comment.