Skip to content

Commit

Permalink
Make sure the latest version of dask and distributed are installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvds committed Apr 28, 2018
1 parent ea5f732 commit 8614fb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ numpy
pandas>=0.20.1
pyarrow==0.8.0
feather-format
dask
dask>=0.17.2
graphviz
bokeh
sphinx
Expand All @@ -30,3 +30,4 @@ sphinx
interlap
loompy
Pillow>=5.0.0
distributed>=1.21.6
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
cytoolz
multiprocessing_on_dill
numba==0.37.0
llvmlite==0.22.0
numba==0.37.0
attrs
frozendict
numpy
pandas>=0.20.1
dask
cloudpickle
dask>=0.17.2
distributed>=1.21.6
arboretum
pyarrow==0.8.0
feather-format
arboretum
boltons
cloudpickle
distributed
arboretum
setuptools
pyyaml
tqdm
Expand Down

0 comments on commit 8614fb1

Please sign in to comment.