From fbc08e10bb452d3376e5f67003ffc7b6fab9c846 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 1 Oct 2025 12:27:44 -0400 Subject: [PATCH] fix: add pyarrow to requirements for compatibility Added pyarrow to requirements to avoid failed wheel build. --- requirements/edx-sandbox/base.in | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/edx-sandbox/base.in b/requirements/edx-sandbox/base.in index 0c331ce95d62..3a3f910588bd 100644 --- a/requirements/edx-sandbox/base.in +++ b/requirements/edx-sandbox/base.in @@ -7,6 +7,7 @@ matplotlib # 2D plotting library networkx # Utilities for creating, manipulating, and studying network graphs nltk # Natural language processing; used by the chem package openedx-calc +pyarrow # Required for numpy and other packages; avoids failed wheel builds pyparsing # Python Parsing module random2 # Implementation of random module that works identically under Python 2 and 3 scipy # Math, science, and engineering library