Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 644444382
  • Loading branch information
vroulet authored and OptaxDev committed Jun 18, 2024
1 parent 5957a37 commit 6a9808c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
include:
- python-version: "3.9"
os: "ubuntu-latest"
jax-version: "0.4.27" # Keep this in sync with version in pyproject.toml
jax-version: "0.4.27" # Keep version in sync with pyproject.toml and copy.bara.sky!

steps:
- uses: "actions/checkout@v2"
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ classifiers = [
dependencies = [
"absl-py>=0.7.1",
"chex>=0.1.86",
"jax>=0.4.27", # Keep this in sync with version in .github/workflows/tests.yml
# Keep jax, jaxlib versions in sync with .github/workflows/tests.yml
"jax>=0.4.27",
"jaxlib>=0.4.27",
"numpy>=1.18.0",
"etils[epy]",
Expand Down

0 comments on commit 6a9808c

Please sign in to comment.