Tried running teb with specified requirements in clean 3.13 and 3.12 envs but couldn't get it to work [fortunately an older env still works for me for now]. Need to check packages and maybe freeze/revise the requirements (optionally also upgrade requirements.txt to pyproject.toml)
I didn't spend long looking into the cause of it yet, but from what I can tell at a glance:
- np.can_cast in gaiadr3-zeropoint package no longer supported - I suspect this package may be the main issue
- setuptools not compatible with at least python 3.12, 3.13 or other requirements listed
Tried running teb with specified requirements in clean 3.13 and 3.12 envs but couldn't get it to work [fortunately an older env still works for me for now]. Need to check packages and maybe freeze/revise the requirements (optionally also upgrade requirements.txt to pyproject.toml)
I didn't spend long looking into the cause of it yet, but from what I can tell at a glance: