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

Bump jax and jaxlib versions #366

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

Thomas-Christie
Copy link
Contributor

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • [N/A] I've formatted the new code by running poetry run pre-commit run --all-files --show-diff-on-failure before committing.
  • [N/A] I've added tests for new code.
  • [N/A] I've added docstrings for the new code.

Description

In response to issue (jax-ml/jax#15951) causing us to pin jaxlib being fixed. In order to perform this update I ran the following commands:

poetry remove jax
poetry remove jaxlib
poetry add "jax>=0.4.10"  
poetry add "jaxlib>=0.4.10"
poetry lock --no-update

Issue Number: #336

In response to issue (jax-ml/jax#15951)
causing us to pin `jaxlib` being fixed.
@thomaspinder thomaspinder merged commit c5eb47b into JaxGaussianProcesses:main Aug 25, 2023
@Thomas-Christie Thomas-Christie deleted the jaxlib-update branch August 26, 2023 11:20
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.

2 participants