Skip to content

Commit 684fd78

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Bump GPyTorch to 1.8.1 (#1347)
Summary: Pull Request resolved: #1347 See title. Reviewed By: Balandat Differential Revision: D38661079 fbshipit-source-id: 5a6bdc7d55843f46d494cb5805ffbb87223a519e
1 parent 340ac8a commit 684fd78

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.10
21-
- gpytorch >=1.7
21+
- gpytorch >=1.8.1
2222
- scipy
2323
- pyro-ppl >=1.8.0
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.7
5959
- PyTorch >= 1.10
60-
- gpytorch >= 1.7
60+
- gpytorch >= 1.8.1
6161
- pyro-ppl >= 1.8.0
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.7
1717
- PyTorch >= 1.10
18-
- gpytorch >= 1.7
18+
- gpytorch >= 1.8.1
1919
- scipy
2020
- multiple-dispatch
2121
- pyro-ppl >= 1.8.0

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.10
8-
- gpytorch>=1.7
8+
- gpytorch>=1.8.1
99
- scipy
1010
- pyro-ppl>=1.8.0

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.10",
85-
"gpytorch>=1.7",
85+
"gpytorch>=1.8.1",
8686
"scipy",
8787
"multipledispatch",
8888
"pyro-ppl>=1.8.0",

0 commit comments

Comments
 (0)