We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests for python 3.9 are currently failing, reason is a fresh jax_typing release. They are already working on this: patrick-kidger/jaxtyping#271
I hope that there will be a new release by tomorrow, then we would be just fine and there is no need for any changes from our side.
cc: @bertiqwerty
The text was updated successfully, but these errors were encountered:
It looks to me like this is still a problem. I think these tests are failing for the same reason: https://github.com/experimental-design/bofire/actions/runs/11936229378/job/33271365605
Sorry, something went wrong.
I will further investigate it.
fyi: the tests I linked to were failing for a different reason
Hello. I saw this from the jaxtyping PR. It looks like you are using | for typing.Union which is not supported in Python 3.9.
|
typing.Union
Either you use the typing.Union or do from __future__ import annotations.
from __future__ import annotations
jduerholt
No branches or pull requests
Tests for python 3.9 are currently failing, reason is a fresh jax_typing release. They are already working on this: patrick-kidger/jaxtyping#271
I hope that there will be a new release by tomorrow, then we would be just fine and there is no need for any changes from our side.
cc: @bertiqwerty
The text was updated successfully, but these errors were encountered: