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
Because jax has no version spec and the following in psf.py has been deprecated according to the change log of jax 0.4.2 [1]
from jax.config import config
it leads to
ImportError: cannot import name 'config' from 'jax.config'
[1] https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-25-feb-26-2024
The text was updated successfully, but these errors were encountered:
fix(#177): jax version upgrade
35a5a16
Merge branch 'main' of https://github.com/lgrcia/prose into fix/#177
778bec7
3fe775a
Thanks for the issue @smoh, I just fixed that and released in #178 (version 3.3.3)
Sorry, something went wrong.
No branches or pull requests
Because jax has no version spec and the following in psf.py has been deprecated according to the change log of jax 0.4.2 [1]
it leads to
[1] https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-25-feb-26-2024
The text was updated successfully, but these errors were encountered: