We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825a1d1 commit d4af6b4Copy full SHA for d4af6b4
pyproject.toml
@@ -17,11 +17,11 @@ classifiers = [
17
]
18
license = {file = 'LICENSE'}
19
dependencies = [
20
- "clu>=0.0.12",
+ "clu==0.0.12",
21
"flax>=0.11.1",
22
- "jax>=0.6.2",
23
- "numpy>=2.1.3",
24
- "tensorboardX>=2.6.4",
+ "jax==0.6.2",
+ "numpy==2.1.3",
+ "tensorboardX==2.6.4",
25
26
27
[tool.hatch.build]
@@ -42,8 +42,8 @@ Issues = "https://github.com/google/metrax/issues"
42
[project.optional-dependencies]
43
dev = [
44
"absl-py>=2.3.1",
45
- "jax[cpu]>=0.6.2",
46
- "jax_tpu_embedding>=0.1.0.dev20251016",
+ "jax[cpu]==0.6.2",
+ "jax_tpu_embedding==0.1.0.dev20250618",
47
"keras-hub",
48
"keras-rs>=0.2.1",
49
"nltk>=3.9.1",
0 commit comments