Skip to content

Commit

Permalink
Bump GPyTorch to 1.8.1 (#1347)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1347

See title.

Reviewed By: Balandat

Differential Revision: D38661079

fbshipit-source-id: 5a6bdc7d55843f46d494cb5805ffbb87223a519e
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Aug 12, 2022
1 parent 340ac8a commit 684fd78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- setuptools_scm
run:
- pytorch >=1.10
- gpytorch >=1.7
- gpytorch >=1.8.1
- scipy
- pyro-ppl >=1.8.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Optimization simply use Ax.
**Installation Requirements**
- Python >= 3.7
- PyTorch >= 1.10
- gpytorch >= 1.7
- gpytorch >= 1.8.1
- pyro-ppl >= 1.8.0
- scipy
- multiple-dispatch
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Before jumping the gun, we recommend you start with the high-level

- Python >= 3.7
- PyTorch >= 1.10
- gpytorch >= 1.7
- gpytorch >= 1.8.1
- scipy
- multiple-dispatch
- pyro-ppl >= 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ channels:
- conda-forge
dependencies:
- pytorch>=1.10
- gpytorch>=1.7
- gpytorch>=1.8.1
- scipy
- pyro-ppl>=1.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
packages=find_packages(exclude=["test", "test.*"]),
install_requires=[
"torch>=1.10",
"gpytorch>=1.7",
"gpytorch>=1.8.1",
"scipy",
"multipledispatch",
"pyro-ppl>=1.8.0",
Expand Down

0 comments on commit 684fd78

Please sign in to comment.