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 626dc01
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,14 @@ 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==0.12.0",
"immutabledict==2.2.1",
"numpy==1.23",
"distrax==0.1.4",
"jax==0.4.27",
"jaxlib==0.4.27",
"dm-haiku==0.0.9",
"dm-tree==0.1.7",
]

0 comments on commit 626dc01

Please sign in to comment.