Skip to content

Commit 8ce3301

Browse files
authored
Update setup.py
1 parent b827fc2 commit 8ce3301

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def get_version():
8282
python_requires=">=3.8",
8383
install_requires=install_reqs,
8484
extras_requires=dict(
85-
dask=["dask[all]"], histogram=["xhistogram"], all=["dask[all]", "xhistogram"]
85+
dask_histogram=["dask[all]", "xhistogram"],
86+
histogram=["xhistogram"],
87+
all=["dask[all]", "xhistogram"],
8688
),
8789
)

0 commit comments

Comments
 (0)