Skip to content

Commit 2784702

Browse files
committed
Update cola version to prepare for jax>0.5.0
1 parent 14c9a30 commit 2784702

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ dependencies = [
2828
"tqdm>4.66.2",
2929
"tensorflow-probability>=0.24.0",
3030
"beartype>0.16.1",
31-
"cola-ml==0.0.5",
31+
"cola-ml>=0.0.7",
3232
"jaxopt==0.8.2",
3333
"flax<0.10.0",
3434
"numpy<2.0.0",
3535
]
3636

37+
[tool.hatch.metadata]
38+
allow-direct-references = true
39+
3740
[tool.hatch.envs.default]
3841
installer = "uv"
3942
python = "3.10"

0 commit comments

Comments
 (0)