-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 support tracking #2372
Comments
Though now that we have PR #2340 in, we can start bringing in the backends as they support the releases. |
Interestingly enough, apparently Lines 90 to 107 in 6a347f4
requires |
Also Line 81 in 6a347f4
|
Resolved by PR #2460. |
At the moment all of
pyhf
's base depenendies support Python 3.12 🎉pyhf/pyproject.toml
Lines 46 to 55 in 6a347f4
and JAX supports Python 3.12 as of
jaxlib
v0.4.17
pyhf/pyproject.toml
Lines 76 to 79 in 6a347f4
. However, both
torch
andtensorflow
do not have releases with Python 3.12 wheels out as of 2023-10-27.The text was updated successfully, but these errors were encountered: