Skip to content

Commit dfac540

Browse files
committed
Update extras_require in setup.py
1 parent 354e007 commit dfac540

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
extras_require={
1919
"numpy": "numpy",
2020
"cupy": "cupy",
21+
"jax": "jax",
22+
"pytorch": "pytorch",
23+
"dask": "dask",
2124
},
2225
classifiers=[
2326
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)