From ca9bafd732dc41331371557b848ea5d7e81c95cd Mon Sep 17 00:00:00 2001 From: PingjunChen Date: Mon, 10 Feb 2020 23:33:12 -0500 Subject: [PATCH] update version of relied packages --- README.md | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04064cb..af8c4c5 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ $ sudo apt-get install openslide-tools ``` 2. Installing Python dependencies. ``` -$ pip install opencv-python -$ pip install scikit-image -$ pip install openslide-python +$ pip install scikit-image==0.14.2 +$ pip install opencv-python==4.1.2.30 +$ pip install openslide-python==1.1.1 ``` 3. Install [tissueloc](https://pypi.org/project/tissueloc/). ``` diff --git a/requirements.txt b/requirements.txt index cb0e4cd..2932c45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==1.15.4 +numpy==1.16.2 +scikit-image==0.14.2 Pillow==6.2.0 +opencv-python==4.1.2.30 openslide-python==1.1.1 -scikit-image==0.14.1 -opencv-python==3.4.4.19