The tensorflor dependency needs updating or something to support Python 3.12+ as we currently have breakage (discovered in augurlabs/augur#3513 because of the unit tests) due to our pinned tensorflow verison likely not supporting these python versions.
Its been long enough since the releases of Python 3.12 and 3.13 (at least), that I would assume there are newer versions available that we could update to - we just need to do it and test it
Note
Migrated from augurlabs/augur#3519
Originally opened by
@MoralCodeon 2026-01-07The tensorflor dependency needs updating or something to support Python 3.12+ as we currently have breakage (discovered in augurlabs/augur#3513 because of the unit tests) due to our pinned tensorflow verison likely not supporting these python versions.
Its been long enough since the releases of Python 3.12 and 3.13 (at least), that I would assume there are newer versions available that we could update to - we just need to do it and test it