Skip to content

Commit 56626bd

Browse files
Balandatfacebook-github-bot
authored andcommitted
Update min req linear_operator to 0.5.1 (#1963)
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
1 parent 91b278f commit 56626bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
run:
2020
- pytorch >=1.13.1
2121
- gpytorch ==1.11
22-
- linear_operator ==0.5.0
22+
- linear_operator ==0.5.1
2323
- scipy
2424
- multipledispatch
2525
- pyro-ppl >=1.8.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optimization simply use Ax.
5858
- Python >= 3.9
5959
- PyTorch >= 1.13.1
6060
- gpytorch == 1.11
61-
- linear_operator == 0.5.0
61+
- linear_operator == 0.5.1
6262
- pyro-ppl >= 1.8.4
6363
- scipy
6464
- multiple-dispatch

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
- pytorch>=1.13.1
88
- gpytorch==1.11
9-
- linear_operator==0.5.0
9+
- linear_operator==0.5.1
1010
- scipy
1111
- multipledispatch
1212
- pyro-ppl>=1.8.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ scipy
33
torch>=1.13.1
44
pyro-ppl>=1.8.4
55
gpytorch==1.11
6-
linear_operator==0.5.0
6+
linear_operator==0.5.1

0 commit comments

Comments
 (0)