From 0203a465f72d6f8166ec1cd3fbc2f9b05652b115 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 13 May 2019 15:34:33 -0700 Subject: [PATCH] Allow pystan 2.19 --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 2d1450b..1db1b72 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ Cython>=0.22 -pystan>=2.14,<=2.18.1 +pystan>=2.14 numpy>=1.10.0 pandas>=0.23.4 matplotlib>=2.0.0