Since TensorFlow (Keras) is lagging behind current Python versions (they don't have wheels for 3.13 yet), we should consider switching to PyTorch, which seems to be much more actively developed.
This means we'd have to adapt our model computation script in examples/classifiers, I'm not sure how much work this is (but it's probably worth it).