From 24c8534f2e4ae815e4e7d2aa23a1ebf003b191ac Mon Sep 17 00:00:00 2001 From: Daniel Emaasit Date: Thu, 20 Jun 2019 11:50:54 -0400 Subject: [PATCH] fixed pymc3 and theano versions fixed pymc3 to version 3.4.1 and theano to version 1.0.4 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b22fe9..4390a4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ matplotlib>=2.1.1 numpy>=1.13.1 numpydoc>=0.7.0 pandas>=0.21.1 -pymc3>=3.4.1 +pymc3==3.4.1 scikit-learn>=0.19.1 scipy>=1.0.0 seaborn>=0.8.1 six>=1.10.0 -theano>=1.0.0 +theano>=1.0.4 tqdm>=4.8.4