From 3538972a5d581721b59198a8ca48fc4718e1b4a9 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 1 Oct 2025 12:57:42 -0400 Subject: [PATCH] fix: add pyarrow to kernel requirements Add pyarrow as an explicit dependency to avoid failed builds from wheel. --- requirements/edx/kernel.in | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/edx/kernel.in b/requirements/edx/kernel.in index 043c8f479449..92898ee9969f 100644 --- a/requirements/edx/kernel.in +++ b/requirements/edx/kernel.in @@ -126,6 +126,7 @@ path piexif # Exif image metadata manipulation, used in the profile_images app Pillow # Image manipulation library; used for course assets, profile images, invoice PDFs, etc. psutil # Library for retrieving information on running processes and system utilization +pyarrow # Required for numpy and other packages; avoids failed wheel builds pycountry pycryptodomex # PyJWT 1.6.3 contains PyJWTError, which is required by Apple auth in social-auth-core