Skip to content

Commit

Permalink
update version of relied packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PingjunChen committed Feb 11, 2020
1 parent 14dce94 commit ca9bafd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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/).
```
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit ca9bafd

Please sign in to comment.