Skip to content

Commit

Permalink
Restricting mpmath <= 1.3
Browse files Browse the repository at this point in the history
Summary:
This commit restricts `mpmath` to versions `<=1.3`, since the latest alpha release breaks `sympy` -> `pytorch` -> `gpytorch` -> `botorch`.

See also sympy/sympy#26273 and [the commit removing `rational` from `mpmath`](mpmath/mpmath@721e257).

Reviewed By: Balandat

Differential Revision: D54214691

fbshipit-source-id: 759d4d4f1ee6178cf7ab0f2b3c9596a0ffde21c4
  • Loading branch information
SebastianAment authored and facebook-github-bot committed Feb 26, 2024
1 parent bd33c3c commit 02e8014
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
@@ -1,5 +1,6 @@
multipledispatch
scipy
mpmath>=0.19,<=1.3
torch>=1.13.1
pyro-ppl>=1.8.4
gpytorch==1.11
Expand Down

0 comments on commit 02e8014

Please sign in to comment.