Skip to content

Commit d4af6b4

Browse files
committed
update
1 parent 825a1d1 commit d4af6b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ classifiers = [
1717
]
1818
license = {file = 'LICENSE'}
1919
dependencies = [
20-
"clu>=0.0.12",
20+
"clu==0.0.12",
2121
"flax>=0.11.1",
22-
"jax>=0.6.2",
23-
"numpy>=2.1.3",
24-
"tensorboardX>=2.6.4",
22+
"jax==0.6.2",
23+
"numpy==2.1.3",
24+
"tensorboardX==2.6.4",
2525
]
2626

2727
[tool.hatch.build]
@@ -42,8 +42,8 @@ Issues = "https://github.com/google/metrax/issues"
4242
[project.optional-dependencies]
4343
dev = [
4444
"absl-py>=2.3.1",
45-
"jax[cpu]>=0.6.2",
46-
"jax_tpu_embedding>=0.1.0.dev20251016",
45+
"jax[cpu]==0.6.2",
46+
"jax_tpu_embedding==0.1.0.dev20250618",
4747
"keras-hub",
4848
"keras-rs>=0.2.1",
4949
"nltk>=3.9.1",

0 commit comments

Comments
 (0)