From 53090785d9f898891b7a87f8c17435c0e6fee5d6 Mon Sep 17 00:00:00 2001 From: Andrew Garcia Date: Mon, 4 Sep 2023 16:06:51 -0500 Subject: [PATCH] polyagamma v1.3.2 was giving out error: subprocess-exited-with-error; change to polyagamma to give updated versions thereof --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7bdc8a..5276911 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ "torch>=1.11", "pandas", - "polyagamma==1.3.2", + "polyagamma", "tqdm", ], extras_require={