Skip to content

Commit b827fc2

Browse files
authored
Update setup.py
1 parent 1eaf661 commit b827fc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

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

0 commit comments

Comments
 (0)