From 82f3399409b7646c49280688f59e5a3d2c936d39 Mon Sep 17 00:00:00 2001 From: Sean Taylor Date: Thu, 25 Mar 2021 22:14:40 -0700 Subject: [PATCH] Pin to last 2.* Pystan release. --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index f85562c..5cdc363 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,6 +1,6 @@ Cython>=0.22 cmdstanpy==0.9.68 -pystan>=2.14 +pystan~=2.19.1.1 numpy>=1.15.4 pandas>=1.0.4 matplotlib>=2.0.0