You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current matplotlib version requirement in diart (matplotlib>=3.3.3,<3.6.0) is outdated and causes installation failures with Python 3.13 due to issues with building the matplotlib wheel: ERROR: Failed building wheel for matplotlib
Proposed Update:
I suggest raising the matplotlib version requirement to include more recent versions. I have tested the main functionalities of diart with the latest version of matplotlib, and they work correctly. You can see my implementation here: whisper_streaming_web.
Testing Notes:
While the main functionalities seem to work with the updated version, I have not tested the figure generation code at line 122 in dsrc/diart/sinks.py.
And thank you for maintaining this great project!
Quentin
The text was updated successfully, but these errors were encountered:
The current matplotlib version requirement in diart (matplotlib>=3.3.3,<3.6.0) is outdated and causes installation failures with Python 3.13 due to issues with building the matplotlib wheel:
ERROR: Failed building wheel for matplotlib
Proposed Update:
I suggest raising the matplotlib version requirement to include more recent versions. I have tested the main functionalities of diart with the latest version of matplotlib, and they work correctly. You can see my implementation here: whisper_streaming_web.
Testing Notes:
While the main functionalities seem to work with the updated version, I have not tested the figure generation code at line 122 in
dsrc/diart/sinks.py
.And thank you for maintaining this great project!
Quentin
The text was updated successfully, but these errors were encountered: