ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
207 stars 45 forks source link

Require scipy<1.13.0 for pypesto[pymc] only for python3.9 (#1360) #1376

Closed dweindl closed 3 months ago

dweindl commented 3 months ago

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