From ec2b80b433c9a1b56352f9851d5258218f8740ab Mon Sep 17 00:00:00 2001 From: Rob Suderman Date: Fri, 23 Feb 2024 13:13:54 -0800 Subject: [PATCH] [ci] Fix mpmath 1.4.0 error by forcing 1.3.0 (#2946) `mpmath 1.4.0` changes some import locations breaking `torch`. Changing to `1.3.0` to avoid breaking on `python 3.11` --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index c8e8e2bc6..b21e8dfcd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,3 +2,4 @@ pillow dill multiprocess onnx==1.15.0 +mpmath==1.3.0