Skip to content

Commit 7d16c54

Browse files
Balandatfacebook-github-bot
authored andcommitted
Update required versions for PyTorch, GPyTorch (#714)
Summary: Bump. Will need to wait with merging this until GPyTorch 1.4 is actually released. Pull Request resolved: #714 Reviewed By: danielrjiang Differential Revision: D26568100 Pulled By: Balandat fbshipit-source-id: cdfc333ed8f81a94c5e78a8b7645614cc9e9da36
1 parent dfc740e commit 7d16c54

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ requirements:
1616
- python>=3.7
1717
- setuptools_scm
1818
run:
19-
- pytorch>=1.6
20-
- gpytorch>=1.2
19+
- pytorch>=1.7.1
20+
- gpytorch>=1.4
2121
- scipy
2222

2323
test:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Optimization simply use Ax.
5555

5656
**Installation Requirements**
5757
- Python >= 3.7
58-
- PyTorch >= 1.7
59-
- gpytorch >= 1.3
58+
- PyTorch >= 1.7.1
59+
- gpytorch >= 1.4
6060
- scipy
6161

6262

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Before jumping the gun, we recommend you start with the high-level
1414
#### Installation Requirements:
1515

1616
- Python >= 3.7
17-
- PyTorch >= 1.7
18-
- gpytorch >= 1.3
17+
- PyTorch >= 1.7.1
18+
- gpytorch >= 1.4
1919
- scipy
2020

2121
BoTorch is easily installed via

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ channels:
33
- pytorch
44
- gpytorch
55
dependencies:
6-
- pytorch>=1.7
7-
- gpytorch>=1.3
6+
- pytorch>=1.7.1
7+
- gpytorch>=1.4
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.7.1", "gpytorch>=1.3", "scipy"],
84+
install_requires=["torch>=1.7.1", "gpytorch>=1.4", "scipy"],
8585
packages=find_packages(),
8686
extras_require={
8787
"dev": DEV_REQUIRES,

0 commit comments

Comments
 (0)