Skip to content

Commit

Permalink
Require scipy<1.13.0 for pypesto[pymc] only for python3.9 (#1360) (#1376
Browse files Browse the repository at this point in the history
)

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
  • Loading branch information
dweindl committed Apr 18, 2024
1 parent d178070 commit ac03f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit ac03f47

Please sign in to comment.