Skip to content

Commit a6dc457

Browse files
Balandatfacebook-github-bot
authored andcommitted
Bump pyro version to 1.8.2 (#1379)
Summary: Pyro 1.8.2 is the first version to properly support python 3.10. We want to support python 3.10. Pull Request resolved: #1379 Reviewed By: saitcakmak Differential Revision: D39297228 Pulled By: Balandat fbshipit-source-id: 4ae204bebb8caee3a614a7f30b70617169c69151
1 parent ad553da commit a6dc457

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- pytorch >=1.11
2121
- gpytorch >=1.9.0
2222
- scipy
23-
- pyro-ppl >=1.8.1
23+
- pyro-ppl >=1.8.2
2424

2525
test:
2626
imports:

.github/workflows/deploy_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
conda install -y -c pytorch pytorch cpuonly
8787
conda install -y scipy sphinx pytest flake8
8888
conda install -y -c gpytorch gpytorch
89-
conda install -y -c conda-forge pyro-ppl>=1.8.1
89+
conda install -y -c conda-forge pyro-ppl>=1.8.2
9090
conda config --set anaconda_upload no
9191
- name: Build and verify conda package
9292
shell: bash -l {0}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optimization simply use Ax.
5858
- Python >= 3.8
5959
- PyTorch >= 1.11
6060
- gpytorch >= 1.9.0
61-
- pyro-ppl >= 1.8.1
61+
- pyro-ppl >= 1.8.2
6262
- scipy
6363
- multiple-dispatch
6464

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before jumping the gun, we recommend you start with the high-level
1818
- gpytorch >= 1.9.0
1919
- scipy
2020
- multiple-dispatch
21-
- pyro-ppl >= 1.8.1
21+
- pyro-ppl >= 1.8.2
2222

2323
BoTorch is easily installed via
2424
[Anaconda](https://www.anaconda.com/distribution/#download-section) (recommended)

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- pytorch>=1.11
88
- gpytorch>-1.9.0
99
- scipy
10-
- pyro-ppl>=1.8.1
10+
- pyro-ppl>=1.8.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"gpytorch>=1.9.0",
8686
"scipy",
8787
"multipledispatch",
88-
"pyro-ppl>=1.8.1",
88+
"pyro-ppl>=1.8.2",
8989
],
9090
extras_require={
9191
"dev": DEV_REQUIRES,

0 commit comments

Comments
 (0)