aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

upgrade matplotlib to 3.8 #562

Closed SiQube closed 9 months ago

SiQube commented 9 months ago
          I found the root cause:

https://github.com/matplotlib/matplotlib/releases

matplotlib 3.8 was released which got rid of typestubs and now uses inherent typing (which is different), I'll fix it asap.

Originally posted by @SiQube in https://github.com/aeye-lab/pymovements/issues/560#issuecomment-1721280603

have to fix mypy typing for it, see #560