Skip to content

Commit a289a80

Browse files
committed
Update setup.py
1 parent 62f8977 commit a289a80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
'toolz', # dask installation failing without this
1616
'cytoolz', # dask installation failing without this
1717
'dask',
18-
'distrubted',
1918
'h5py>=2.6.0',
2019
'matplotlib>=2.0.0',
20+
'distributed>=2.0.0',
2121
'six',
2222
'joblib>=0.11.0',
2323
'ipywidgets',
24+
'ipykernel',
2425
'ipython', # Beginning with IPython 6.0, Python 3.3 and above is required.
2526
'scikit-learn',
2627
'scipy',

0 commit comments

Comments
 (0)