From 02e80143c0b0144ff22c78ac60a9670d460ae811 Mon Sep 17 00:00:00 2001 From: Sebastian Ament Date: Mon, 26 Feb 2024 13:09:46 -0800 Subject: [PATCH] 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 https://github.com/sympy/sympy/issues/26273 and [the commit removing `rational` from `mpmath`](https://github.com/mpmath/mpmath/commit/721e2571eb3f911a5a904dd94f8c87c48dddc7ca). Reviewed By: Balandat Differential Revision: D54214691 fbshipit-source-id: 759d4d4f1ee6178cf7ab0f2b3c9596a0ffde21c4 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e5f19efe5a..57ae742746 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ multipledispatch scipy +mpmath>=0.19,<=1.3 torch>=1.13.1 pyro-ppl>=1.8.4 gpytorch==1.11