-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chex: Add CI job for oldest supported JAX version
Also bump minimum JAX version to 0.4.27, in order to pass tests. PiperOrigin-RevId: 646077456
- Loading branch information
Jake VanderPlas
authored and
ChexDev
committed
Jun 24, 2024
1 parent
63edbff
commit 343d03a
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
absl-py>=0.9.0 | ||
typing_extensions>=4.2.0 | ||
jax>=0.4.16 | ||
jaxlib>=0.1.37 | ||
jax>=0.4.27 | ||
jaxlib>=0.4.27 | ||
numpy>=1.24.1 | ||
setuptools;python_version>="3.12" | ||
toolz>=0.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters