From 0e2b53042cd5ebf4fca325c6d60cb716d7e9c2a5 Mon Sep 17 00:00:00 2001 From: Michael Bynum Date: Tue, 23 Jan 2024 07:12:38 -0700 Subject: [PATCH] pandas now requires pyarrow --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e2d702db010..0d443381a5e 100644 --- a/setup.py +++ b/setup.py @@ -292,6 +292,7 @@ def __ne__(self, other): # will only "require" them on other (CPython) platforms: 'casadi; implementation_name!="pypy"', # dae 'numdifftools; implementation_name!="pypy"', # pynumero + 'pyarrow; implementation_name!="pypy"', # needed for pandas 'pandas; implementation_name!="pypy"', 'seaborn; implementation_name!="pypy"', # parmest.graphics ],