Skip to content

Commit b663c72

Browse files
Balandatfacebook-github-bot
authored andcommitted
Bump gpytorch min version to 1.9.0 (#1375)
Summary: Required for the recent adjustments to using LinearOperator in gpytorch. Pull Request resolved: #1375 Reviewed By: dme65 Differential Revision: D39274497 Pulled By: Balandat fbshipit-source-id: e8f05044c8f37e5f1af6aab0da8a5779a96be0a3
1 parent 2ad8d81 commit b663c72

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
- setuptools_scm
1919
run:
2020
- pytorch >=1.11
21-
- gpytorch >1.8.1
21+
- gpytorch >=1.9.0
2222
- scipy
2323
- pyro-ppl >=1.8.1
2424

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Optimization simply use Ax.
5757
**Installation Requirements**
5858
- Python >= 3.8
5959
- PyTorch >= 1.11
60-
- gpytorch > 1.8.1
60+
- gpytorch >= 1.9.0
6161
- pyro-ppl >= 1.8.1
6262
- scipy
6363
- multiple-dispatch

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before jumping the gun, we recommend you start with the high-level
1515

1616
- Python >= 3.8
1717
- PyTorch >= 1.11
18-
- gpytorch > 1.8.1
18+
- gpytorch >= 1.9.0
1919
- scipy
2020
- multiple-dispatch
2121
- pyro-ppl >= 1.8.1

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ channels:
55
- conda-forge
66
dependencies:
77
- pytorch>=1.11
8-
- gpytorch>1.8.1
8+
- gpytorch>-1.9.0
99
- scipy
1010
- pyro-ppl>=1.8.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
packages=find_packages(exclude=["test", "test.*"]),
8383
install_requires=[
8484
"torch>=1.11",
85-
"gpytorch>=1.8.1",
85+
"gpytorch>=1.9.0",
8686
"scipy",
8787
"multipledispatch",
8888
"pyro-ppl>=1.8.1",

0 commit comments

Comments
 (0)