Skip to content

Commit ab306fe

Browse files
Balandatfacebook-github-bot
authored andcommitted
Require gpytorch 1.0.0
Summary: Pull Request resolved: #342 Reviewed By: lena-kashtelyan Differential Revision: D19200046 Pulled By: Balandat fbshipit-source-id: 0a00622017b43442cc98cc0a12b7146deb2eca69
1 parent d13d00c commit ab306fe

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
@@ -16,7 +16,7 @@ requirements:
1616
- python>=3.6
1717
run:
1818
- pytorch>=1.3.1
19-
- gpytorch>=0.3.5
19+
- gpytorch>=1.0.0
2020
- scipy
2121

2222
test:

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.6
1717
- PyTorch >= 1.3.1
18-
- gpytorch >= 0.3.5
18+
- gpytorch >= 1.0.0
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.3.1
7-
- gpytorch>=0.3.5
7+
- gpytorch>=1.0.0
88
- scipy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
long_description=long_description,
6767
long_description_content_type="text/markdown",
6868
python_requires=">=3.6",
69-
install_requires=["torch>=1.3.1", "gpytorch>=0.3.5", "scipy"],
69+
install_requires=["torch>=1.3.1", "gpytorch>=1.0.0", "scipy"],
7070
packages=find_packages(),
7171
extras_require={
7272
"dev": DEV_REQUIRES,

0 commit comments

Comments
 (0)