From 775314c0600baef11bc0418f1344a51b9345fb59 Mon Sep 17 00:00:00 2001 From: Sandro Cavallari Date: Wed, 31 Mar 2021 16:53:57 +0200 Subject: [PATCH] Update requirements.txt pystan moved from version 2.* to 3.* As such the naming is changed and creates some import errors. Version 2.19.* seems to work fine --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b92bccc..1c93519 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ pandas >= 0.18.1 scipy >= 0.17.0 numpy >= 1.10.4 simplejson >= 3.8.2 -pystan >= 2.15 +pystan == 2.19.1.1 enum34 >= 1.1.6