From 4ae42b6241976ae7d98fe1486368da3ae36b6a62 Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Tue, 14 May 2024 10:01:34 +0200 Subject: [PATCH 1/2] Less than equal PyMC Version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f496c2e..88860fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pymc==5.15.0 +pymc<=5.15.0 arviz>=0.18.0 numba matplotlib From 411319f121c3eadf15f9948e3f67f81eb6a287d1 Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Tue, 14 May 2024 10:16:53 +0200 Subject: [PATCH 2/2] improve bound --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88860fc..23641cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pymc<=5.15.0 +pymc<5.16.0 arviz>=0.18.0 numba matplotlib