aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
957 stars 109 forks source link

[BUG] Matplotlib upper bound #1913

Open hadifawaz1999 opened 1 month ago

hadifawaz1999 commented 1 month ago

Describe the bug

Matplotlib presented some issues with latest releases 3.9.1 and 3.9.2, see here For now #1906 fixed it by adding an upper bound, we should wait till they sort out this issue and then remove upper bound

Steps/Code to reproduce the bug

No response

Expected results

CI does not break

Actual results

CI is breaking

Versions

No response

QuLogic commented 1 month ago

3.9.1 was yanked, so you can remove the pin already. There is no 3.9.2 yet, but it will be out soon.

TonyBagnall commented 1 day ago

@hadifawaz1999 can we close this now?

hadifawaz1999 commented 1 day ago

we still have the bound in pyproject.toml so still not fixed @TonyBagnall , @MatthewMiddlehurst any update on this ?