diff --git a/Dockerfile b/Dockerfile index 659fd8e..cc1b753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip3 install \ pandas==0.20.3 \ pysam==0.12.0.1 \ requests==2.18.4 \ - scipy==0.18.1 \ + scipy==1.1.0 \ tables==3.4.2 WORKDIR usr/local/bin/sctools diff --git a/requirements.txt b/requirements.txt index 07466ff..844ba29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ numpy>=0.14.2 pandas>=0.22.0 pytest>=3.4.2 pytest-cov>=2.5.1 -scipy>=1.0.1 +scipy>=1.1.0 crimson>=0.3.0 setuptools>=40.4.3 setuptools_scm>=3.1.0