Skip to content

Commit

Permalink
Pinning versions of libraries used in tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718010530
  • Loading branch information
james-martens authored and KfacJaxDev committed Jan 21, 2025
1 parent 9182734 commit 102f0c4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ examples = [
"tensorflow>=2.8.0",
"tensorflow_datasets>=4.5.2",
]
tests = [ # these should be version pinned?
tests = [
"pytest-xdist",
"absl-py>=0.12.0",
"immutabledict>=2.2.1",
"numpy>=1.22",
"distrax>=0.1.3",
"jax>=0.4.27",
"jaxlib>=0.4.27",
"dm-haiku>=0.0.9",
"dm-tree>=0.1.7",
"optax>=0.1.4",
"absl-py==2.1.0",
"immutabledict==4.2.1",
"numpy==2.2.1",
"distrax==0.1.5",
"jax==0.4.38",
"jaxlib==0.4.38",
"dm-haiku==0.0.13",
"dm-tree==0.1.8",
"optax>=0.2.4",
]

0 comments on commit 102f0c4

Please sign in to comment.