Skip to content

Commit

Permalink
downgraded dask. waiting for fixes in dask scheduler before resetting…
Browse files Browse the repository at this point in the history
… hard pin. version bump
  • Loading branch information
parashardhapola committed May 31, 2021
1 parent 4cab339 commit ca80b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PATH=$PATH:/root/miniconda3/bin:/workspace/bin
# Installing numpy and pybind11 beforehand because sometimes they don't install so well from requirements.txt
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -U numpy pybind11
RUN pip install --no-cache-dir -U dask
RUN pip install --no-cache-dir -U dask<=2021.03.1

# Needed for dask
RUN conda install -c conda-forge 'fsspec>=0.3.3'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.6
0.7.7
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sparse
networkx
hnswlib
numba
dask
dask<=2021.03.1
pandas
zarr
h5py
Expand Down

0 comments on commit ca80b53

Please sign in to comment.