From cdb9de4c68050926d12de6543fd949c82937c086 Mon Sep 17 00:00:00 2001 From: Matthew David Pitkin <matthew.pitkin@ligo.org> Date: Fri, 23 Aug 2019 13:48:52 -0500 Subject: [PATCH] Update sampler_requirements.txt: PyMC3 v3.7 is Python 3 compatible only, so change the requirements --- sampler_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sampler_requirements.txt b/sampler_requirements.txt index 3204ab305..ee82c447b 100644 --- a/sampler_requirements.txt +++ b/sampler_requirements.txt @@ -3,5 +3,6 @@ dynesty emcee nestle ptemcee -pymc3>=3.6 +pymc3==3.6; python_version <= '2.7' +pymc3>=3.6; python_version > '3.4' pymultinest \ No newline at end of file -- GitLab