Skip to content

Commit fcd9eb4

Browse files
committed
relax dependencies
1 parent 2902541 commit fcd9eb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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]

0 commit comments

Comments
 (0)