Skip to content

Commit

Permalink
Bump pyro version to 1.8.2 (#1379)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Balandat authored and facebook-github-bot committed Sep 7, 2022
1 parent ad553da commit a6dc457
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- pytorch >=1.11
- gpytorch >=1.9.0
- scipy
- pyro-ppl >=1.8.1
- pyro-ppl >=1.8.2

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
conda install -y -c pytorch pytorch cpuonly
conda install -y scipy sphinx pytest flake8
conda install -y -c gpytorch gpytorch
conda install -y -c conda-forge pyro-ppl>=1.8.1
conda install -y -c conda-forge pyro-ppl>=1.8.2
conda config --set anaconda_upload no
- name: Build and verify conda package
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Optimization simply use Ax.
- Python >= 3.8
- PyTorch >= 1.11
- gpytorch >= 1.9.0
- pyro-ppl >= 1.8.1
- pyro-ppl >= 1.8.2
- 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 @@ -18,7 +18,7 @@ Before jumping the gun, we recommend you start with the high-level
- gpytorch >= 1.9.0
- scipy
- multiple-dispatch
- pyro-ppl >= 1.8.1
- pyro-ppl >= 1.8.2

BoTorch is easily installed via
[Anaconda](https://www.anaconda.com/distribution/#download-section) (recommended)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- pytorch>=1.11
- gpytorch>-1.9.0
- scipy
- pyro-ppl>=1.8.1
- pyro-ppl>=1.8.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"gpytorch>=1.9.0",
"scipy",
"multipledispatch",
"pyro-ppl>=1.8.1",
"pyro-ppl>=1.8.2",
],
extras_require={
"dev": DEV_REQUIRES,
Expand Down

0 comments on commit a6dc457

Please sign in to comment.