-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: <!-- Thank you for sending the PR! We appreciate you spending the time to make BoTorch better. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to BoTorch here: https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md --> ## Motivation Why wait till 3.11 :) The dependancy of `typing_extensions` is already present in `torch` and is a core python development library with the same license as python itself. ### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)? Yes Pull Request resolved: #2494 Test Plan: I believe this only needs to pass the lint checks. However as it adds a new dependancy (which should be installed already with `torch`), there could be issues with action runners if installation of dependencies is done in a non-standard manner. [However it seems like it should be fine.](https://github.com/pytorch/botorch/blob/d52205a031ecd83b9ef73ba05ca990a284179edb/.github/workflows/test.yml#L45) ## Related PRs * Closes #2487 (issue, not PR) Reviewed By: saitcakmak Differential Revision: D61976244 Pulled By: Balandat fbshipit-source-id: be3dc67147a1bd210d336e56488f3c6c25b67939
- Loading branch information
1 parent
18eb95a
commit ec2ad88
Showing
3 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ scipy | |
mpmath>=0.19,<=1.3 | ||
torch>=2.0.1 | ||
pyro-ppl>=1.8.4 | ||
typing_extensions | ||
gpytorch==1.13 | ||
linear_operator==0.5.3 |