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 ],