From 036fe4030d466ed8fb20ebadc012d85968cf270a Mon Sep 17 00:00:00 2001 From: Osvaldo A Martin Date: Mon, 6 Jun 2022 14:12:48 -0300 Subject: [PATCH] use pymc 4.0 (#521) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 056dc7996..f8c4e15d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ arviz>=0.11.2 formulae==0.3.4 numpy>=1.16.1, <1.22.0 pandas>=1.0.0 -pymc @ git+https://github.com/pymc-devs/pymc +pymc==4.0.0 scipy>=1.7.0