Skip to content

Commit f7a2fb7

Browse files
Balandatfacebook-github-bot
authored andcommitted
Bump gpytorch requirement to 1.5 (#848)
Summary: Pull Request resolved: #848 Reviewed By: danielrjiang Differential Revision: D29403819 Pulled By: Balandat fbshipit-source-id: 5f8d56514e46e79553515013edab33c9631e7f05
1 parent abfbc73 commit f7a2fb7

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
@@ -17,7 +17,7 @@ requirements:
1717
- setuptools_scm
1818
run:
1919
- pytorch>=1.8.1
20-
- gpytorch>=1.4
20+
- gpytorch>=1.5
2121
- scipy
2222

2323
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Optimization simply use Ax.
5656
**Installation Requirements**
5757
- Python >= 3.7
5858
- PyTorch >= 1.8.1
59-
- gpytorch >= 1.4
59+
- gpytorch >= 1.5
6060
- scipy
6161

6262

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.8.1
18-
- gpytorch >= 1.4
18+
- gpytorch >= 1.5
1919
- scipy
2020

2121
BoTorch is easily installed via

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
- gpytorch
55
dependencies:
66
- pytorch>=1.8.1
7-
- gpytorch>=1.4
7+
- gpytorch>=1.5
88
- scipy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
else "node-and-date"
8282
),
8383
},
84-
install_requires=["torch>=1.8.1", "gpytorch>=1.4", "scipy"],
84+
install_requires=["torch>=1.8.1", "gpytorch>=1.5", "scipy"],
8585
packages=find_packages(),
8686
extras_require={
8787
"dev": DEV_REQUIRES,

0 commit comments

Comments
 (0)