Skip to content
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

Deprecated jax configuration api leads to ImportError #177

Closed
smoh opened this issue May 13, 2024 · 1 comment
Closed

Deprecated jax configuration api leads to ImportError #177

smoh opened this issue May 13, 2024 · 1 comment

Comments

@smoh
Copy link

smoh commented May 13, 2024

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

lgrcia added a commit that referenced this issue May 17, 2024
lgrcia added a commit that referenced this issue May 17, 2024
fix(#177): jax version upgrade
@lgrcia
Copy link
Owner

lgrcia commented May 17, 2024

Thanks for the issue @smoh, I just fixed that and released in #178 (version 3.3.3)

@lgrcia lgrcia closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants