Is pytensor compatible with python 3.14? #1750
Unanswered
ilias-goulas
asked this question in
Q&A
Replies: 2 comments
|
It will be compatible with the new release: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.36.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
pytensor is part of our LCG stack at the European Organization of Nuclear Research (CERN).
We are preparing our stack with python3.14 and pytensor is failing since in pyproject.toml file it is required python<3.14.
Of course I can patch this file to use python<=3.14 but the question is if pytensor will behave correctly as with python3.13.
Please let me know if you plan to make it compatible with python 3.14 (any timeline?)
All reactions