From fd1d81dd99f496f21021f34b83f6f38462b9fb29 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 17 Apr 2024 10:12:23 +0200 Subject: [PATCH 1/3] Revert "Require scipy<1.13.0 for pypesto[pymc] (#1360)" This reverts commit 5879755db975a2c9f3ff248da5204f19dbe290d5. The most recent arviz should now work with the most recent scipy: https://github.com/arviz-devs/arviz/blob/main/CHANGELOG.md#maintenance-and-fixes-1 Closes #1354 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 129cedb13..0f60b84b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -117,7 +117,6 @@ mpi = mpi4py >= 3.0.3 pymc = arviz >= 0.12.1 - scipy < 1.13.0 # https://github.com/ICB-DCM/pyPESTO/issues/1354 aesara >= 2.8.6 pymc >= 4.2.1 aesara = From e594d6b98ddc6799c7f11222853e768cd9d868d5 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 17 Apr 2024 10:53:37 +0200 Subject: [PATCH 2/3] Reapply "Require scipy<1.13.0 for pypesto[pymc] (#1360)" This reverts commit fd1d81dd99f496f21021f34b83f6f38462b9fb29. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 0f60b84b5..129cedb13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -117,6 +117,7 @@ mpi = mpi4py >= 3.0.3 pymc = arviz >= 0.12.1 + scipy < 1.13.0 # https://github.com/ICB-DCM/pyPESTO/issues/1354 aesara >= 2.8.6 pymc >= 4.2.1 aesara = From 622f7d18a53d902410a7e70bafe247e11b9330aa Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 17 Apr 2024 10:54:59 +0200 Subject: [PATCH 3/3] .. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 129cedb13..e5d201411 100644 --- a/setup.cfg +++ b/setup.cfg @@ -117,7 +117,7 @@ mpi = mpi4py >= 3.0.3 pymc = arviz >= 0.12.1 - scipy < 1.13.0 # https://github.com/ICB-DCM/pyPESTO/issues/1354 + scipy < 1.13.0; python_version=='3.9' # https://github.com/ICB-DCM/pyPESTO/issues/1354 aesara >= 2.8.6 pymc >= 4.2.1 aesara =