aeon-toolkit / aeon

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

[MNT] Tensorflow still not fully supported on python 3.12, CI breaking #1760

Open hadifawaz1999 opened 2 weeks ago

hadifawaz1999 commented 2 weeks ago

Describe the issue

CI will keep breaking even after getting new MAC setup as tensorflow is still not supported on python 3,12 and is giving many issues in the community

check tensorflow's issue here: https://github.com/tensorflow/tensorflow/issues/62003

Suggest a potential alternative/fix

We should wait a while to see how tensorflow will resolve this issue before removing the limit on tensorflow/python version in CI

Additional context

No response

TonyBagnall commented 2 weeks ago

further on this, shall we raise the bound on tensor flow to >2.13, since you said it was very hard to get everything to work well with it?

https://github.com/aeon-toolkit/aeon/issues/1477

hadifawaz1999 commented 2 weeks ago

further on this, shall we raise the bound on tensor flow to >2.13, since you said it was very hard to get everything to work well with it?

1477

i would put it >=2.14 yes