Skip to content

Commit f69a65f

Browse files
committed
added jaxlib to the requirements
1 parent 9b8cbfe commit f69a65f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"pyyaml",
3131
"requests",
3232
"psutil",
33-
"jax==0.4.28"]
33+
"jax==0.4.28",
34+
"jaxlib==0.4.28"]
3435

3536

3637
with open("README.md", "r", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)