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

[ci] Fix ci to be compatible with jax 0.5.0 version #716

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Routhleck
Copy link
Member

This pull request includes several changes to the CI workflow, testing, and dependencies to ensure compatibility with the new JAX 0.5.0 version. The most important changes include commenting out specific JAX installation lines in the CI workflow, skipping tests that are incompatible with JAX 0.5.0, and updating the requirements-dev.txt file with specific version constraints.

CI Workflow:

  • Commented out the installation lines for jax and jaxlib in the .github/workflows/CI.yml file to prevent conflicts with the new JAX version.

Testing:

  • Added a pytest.skip statement to skip tests in brainpy/_src/dyn/others/tests/test_noise_groups.py due to incompatibility with JAX 0.5.0.

Dependencies:

  • Updated requirements-dev.txt with specific version constraints for various packages to ensure compatibility with JAX 0.5.0.

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