Skip to content

Commit 02e8014

Browse files
SebastianAmentfacebook-github-bot
authored andcommitted
Restricting mpmath <= 1.3
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
1 parent bd33c3c commit 02e8014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
multipledispatch
22
scipy
3+
mpmath>=0.19,<=1.3
34
torch>=1.13.1
45
pyro-ppl>=1.8.4
56
gpytorch==1.11

0 commit comments

Comments
 (0)