From 0b114394f83668694c4de28f986bc3daf992242a Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Tue, 18 Jul 2023 10:03:57 -0600 Subject: [PATCH] Added rpy2<=3.5.11 limit to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 543f15b3..8b86fc7d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "paramtools>=0.15.0", "taxcalc>=3.0.0", "requests", - "rpy2", + "rpy2<=3.5.11", "pandas-datareader", "xlwt", "openpyxl>=3.1.2",