Skip to content

Commit

Permalink
Fix dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Apr 9, 2024
1 parent 617fcaa commit 2dc9db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ python_requires = >=3.8
[options.extras_require]
# JAX CPU
jax_cpu =
jax==0.4.26
jaxlib==0.4.26
jax==0.4.13
jaxlib==0.4.13
dm-haiku==0.0.12

# JAX GPU
jax_gpu =
jax[cuda]==0.4.26
jaxlib==0.4.264+cuda11.cudnn82
jax[cuda]==0.4.13
jaxlib==0.4.13+cuda11.cudnn82
dm-haiku==0.0.12

###############################################################################
Expand Down

0 comments on commit 2dc9db5

Please sign in to comment.