From 3cb3f15d602c4f936fc7c5a6dfa1eb8c423821a2 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Solares Date: Fri, 17 Sep 2021 12:05:04 +0100 Subject: [PATCH] Fix package dependencies --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index c65e9715..b6f2fc9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ setuptools>=36.0.0 urllib3 python-dotenv>=0.8.2 pandas>=0.23.4 -tifffile>=0.14.0 +tifffile==0.14.0 opencv-python>=3 -scikit-image>=0.15.0 +scikit-image>=0.15.0,<0.16 scikit-learn>=0.19.0 numpy>1.16.0 scipy>=1.2 @@ -22,10 +22,10 @@ pytest-cov h5py>=1.8.15 numexpr>=2.6.2 cython>=0.21 -snakemake +snakemake==5.26.1 requests>=2.18.0 tables boto3 xmltodict google-cloud-storage -docutils<0.16,>=0.10 \ No newline at end of file +docutils<0.16,>=0.10