stan-dev / pystan

PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
ISC License
342 stars 59 forks source link

chore: Update mypy #368

Closed ahartikainen closed 2 years ago

ahartikainen commented 2 years ago

Update mypy version 0.961 from to 0.982.

riddell-stan commented 2 years ago

This is odd. Why is the macos-11 runner failing? It should install httpstan-4.8.0-cp310-cp310-macosx_11_0_x86_64.whl from PyPI.

riddell-stan commented 2 years ago

What issue/problem is this fixing? (I don't think we should get in the habit of constantly updating things just for the sake of it.)

ahartikainen commented 2 years ago

https://github.com/python/mypy/issues/13499

Numpy __init__ file was erroring

riddell-stan commented 2 years ago

Oh right. Thanks.