Skip to content

Commit 0c6bf4f

Browse files
authored
Merge pull request #27 from machine-intelligence-laboratory/bugfix/dask-in-setup
Add updated reqs & setup
2 parents c57e420 + 1938696 commit 0c6bf4f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131

3232
script:
3333
- cd topicnet
34-
- py.test . --timeout=40 --cov
34+
- py.test . --timeout=20 --cov
3535

3636
after_success:
3737
- codecov

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)