From 63a4f8de01085611832f1283ae7f3770781f59de Mon Sep 17 00:00:00 2001 From: Deepali Chourasia Date: Tue, 18 Jun 2024 05:19:12 +0000 Subject: [PATCH] Trial --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 43de4078..af236fb6 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ def get_readme(): # We are installing matplotlib only on x86. It is needed for one of the pytests (get_graph_test.py) # which is run in the PR check and it runs on x86. On ppc, matplotlib's pip package isn't working. + if platform.machine() == 'x86_64': REQUIRED_PACKAGES.append("matplotlib==3.7.1")