From 766187cd2cc54d078d10cbae4317bfffbb9863c3 Mon Sep 17 00:00:00 2001 From: Benson Ma Date: Mon, 26 Feb 2024 11:21:49 -0800 Subject: [PATCH] [fbgemm_gpu] Fix mpmath dependency - Fix mpmath dependency to allow tests to pass again; see https://github.com/jianyicheng/mase-docker/pull/9 https://github.com/nod-ai/SHARK/issues/2095 --- .github/scripts/utils_build.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/utils_build.bash b/.github/scripts/utils_build.bash index 6d825a0fe0..40f11c8362 100644 --- a/.github/scripts/utils_build.bash +++ b/.github/scripts/utils_build.bash @@ -258,6 +258,7 @@ install_build_tools () { hypothesis \ jinja2 \ make \ + mpmath==1.3.0 \ ncurses \ ninja \ numpy \