From ac03f4798d67786bc1088cb8694203bc83b258a4 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 18 Apr 2024 14:29:57 +0200 Subject: [PATCH] Require scipy<1.13.0 for pypesto[pymc] only for python3.9 (#1360) (#1376) The most recent arviz should now work with the most recent scipy (but requires python>=3.10): https://github.com/arviz-devs/arviz/blob/main/CHANGELOG.md#maintenance-and-fixes-1 Closes #1354 --- 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 =