Skip to content

Commit 2fcf17c

Browse files
committed
add updated rews & setup
1 parent c57e420 commit 2fcf17c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ bigartm
22
codecov
33
colorlover
44
coverage
5-
dask
65
dask[dataframe]
76
dill
87
ipython
@@ -17,4 +16,5 @@ scikit-learn
1716
scipy
1817
six
1918
strictyaml
19+
toolz
2020
tqdm

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
install_requires=[
2727
'bigartm',
2828
'colorlover',
29-
'dask',
29+
'dask[dataframe]',
3030
'dill',
3131
'ipython',
3232
'numexpr',
@@ -38,6 +38,7 @@
3838
'scipy',
3939
'six',
4040
'strictyaml',
41+
'toolz',
4142
'tqdm',
4243
],
4344
classifiers=[

0 commit comments

Comments
 (0)