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

Remove runtime __version__ string mangling #17372

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

Remove runtime version string mangling

Why? This logic means that jax.__version__ depends on the presence of the JAX_RELEASE environment variable, even at runtime. This led to #17371, in which the jax dev version was present in a jax release, and the version mismatch caused an installation failure.

Why? This logic means that `jax.__version__` depends on the presence of the `JAX_RELEASE` environment variable, even at runtime. This led to #17371, in which the jax dev version was present in a jax release, and the version mismatch caused an installation failure.

PiperOrigin-RevId: 561473518
@copybara-service copybara-service bot closed this Sep 12, 2023
@copybara-service copybara-service bot deleted the test_561473518 branch September 12, 2023 19:09
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

Successfully merging this pull request may close these issues.

1 participant