From c5e7ef149ab07a38b86c2c8f3db944117fc87c37 Mon Sep 17 00:00:00 2001 From: bramvandesande Date: Tue, 12 Feb 2019 17:02:53 +0100 Subject: [PATCH] Fixing versions for pandas and dask because github issues: - https://github.com/aertslab/pySCENIC/issues/51 - https://github.com/aertslab/pySCENIC/issues/45 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d7a746d..e376bef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ numba attrs frozendict numpy -pandas>=0.20.1 +pandas==0.23.4 cloudpickle -dask>=0.18.1 +dask==1.0.0 distributed>=1.21.6 pyarrow>=0.11.1 arboreto