Skip to content

Commit

Permalink
Trial
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali committed Jun 18, 2024
1 parent ea66c70 commit 63a4f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 63a4f8d

Please sign in to comment.