Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require gpytorch 1.12 #2408

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- setuptools_scm
run:
- pytorch >=1.13.1
- gpytorch ==1.11
- gpytorch ==1.12
- linear_operator ==0.5.1
- scipy
- multipledispatch
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Optimization simply use Ax.
**Installation Requirements**
- Python >= 3.10
- PyTorch >= 1.13.1
- gpytorch == 1.11
- gpytorch == 1.12
- linear_operator == 0.5.1
- pyro-ppl >= 1.8.4
- scipy
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- conda-forge
dependencies:
- pytorch>=1.13.1
- gpytorch==1.11
- gpytorch==1.12
- linear_operator==0.5.1
- scipy
- multipledispatch
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ scipy
mpmath>=0.19,<=1.3
torch>=1.13.1
pyro-ppl>=1.8.4
gpytorch==1.11
gpytorch==1.12
linear_operator==0.5.1
numpy<2.0
Loading