From 3f368cd68cae24db7f3096fc2bc609974df4db38 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Mon, 13 May 2024 12:02:15 -0700 Subject: [PATCH] Install mpmath in pip installation Summary: A followup to https://github.com/pytorch/executorch/issues/2209 and https://github.com/pytorch/executorch/issues/2228 Consistent with https://github.com/pytorch/executorch/blob/main/.ci/docker/requirements-ci.txt Differential Revision: D57289472 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b6926a2f5f6..ca5358e25fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ dependencies=[ "expecttest", "flatbuffers", "hypothesis", + "mpmath==1.3.0", "numpy>=1.25.2", "packaging", "pandas",