Skip to content

Commit

Permalink
Add pyre_extensions as a dependency (#2572)
Browse files Browse the repository at this point in the history
Summary:
Pyre extensions offers useful functionality like `none_throws` and `assert_is_instance` that can be used to refine the type-hints during runtime. This is a light-weight dependency that can help us improve type-checker friendliness of BoTorch over time.


Reviewed By: Balandat

Differential Revision: D64348157

Pulled By: saitcakmak
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Oct 15, 2024
1 parent 5053433 commit 75985a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ mpmath>=0.19,<=1.3
torch>=2.0.1
pyro-ppl>=1.8.4
typing_extensions
pyre_extensions
gpytorch==1.13
linear_operator==0.5.3

0 comments on commit 75985a1

Please sign in to comment.