From 5ffeea84d8061ee3e619410ef2a0bd09c9713be7 Mon Sep 17 00:00:00 2001 From: Andrew McNaughton Date: Wed, 17 Apr 2024 12:55:51 -0700 Subject: [PATCH 1/2] Pin PyTensor Version in setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 876790a..050c740 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,6 +58,7 @@ install_requires = cython cobra swiglpk + pytensor==5.9.2 pymc [options.packages.find] From 53c6b51ef94508916ed0edbb5a513c36c8145de4 Mon Sep 17 00:00:00 2001 From: Andrew McNaughton Date: Wed, 17 Apr 2024 12:58:39 -0700 Subject: [PATCH 2/2] Remove PyTensor, Pin PyMC --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 050c740..6bdf008 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,8 +58,7 @@ install_requires = cython cobra swiglpk - pytensor==5.9.2 - pymc + pymc==5.9.2 [options.packages.find] where = src