From 7c00f227ebaa67ec81cf1739b1c31a5c47ca7c49 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Mon, 7 Aug 2023 18:55:06 +0200 Subject: [PATCH] Require numexpr 2.8.4, because 2.8.5 raises forbidden control characters errors --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 182ab80d..141514e6 100755 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ ), include_package_data = True, # Will read MANIFEST.in install_requires = [ + 'numexpr = 2.8.4', 'OpenFisca-Core >= 40.1, < 42', 'pandas >= 1.5.3, < 2.0', 'python-slugify >= 8.0.1, < 9.0',