Skip to content

Commit

Permalink
list jax as optional dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tvercaut committed Nov 22, 2022
1 parent 1bc5a80 commit 8f45e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ def readme():
install_requires=[
"torch",
],
extras_require={
"extras": ["jax"],
},
zip_safe=False,
)

0 comments on commit 8f45e16

Please sign in to comment.