Skip to content

Commit c8cb5bf

Browse files
committed
unput strict version requirements
1 parent 38aac77 commit c8cb5bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 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",
21-
"flax==0.11.1",
22-
"jax==0.6.2",
23-
"numpy==2.1.3",
24-
"tensorboardX==2.6.4",
20+
"clu>=0.0.12",
21+
"flax>=0.11.1",
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)