Skip to content

Commit

Permalink
Update dependencies based on new polygon class
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Oct 26, 2018
1 parent 00e8ae4 commit 507e9ee
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The library supports python 2.7 and 3.4+.

To install the library, first install all requirements:
```bash
pip install six numpy scipy matplotlib scikit-image opencv-python imageio
pip install six numpy scipy Pillow matplotlib scikit-image opencv-python imageio Shapely
```

Then install imgaug either via pypi (can lag behind the github version):
Expand Down
17 changes: 9 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
numpy==1.14.0
scikit-image==0.12.3
scipy==0.18.0
six==1.10.0
numpydoc==0.7.0
sphinx-rtd-theme==0.2.4
imageio==2.3.0
matplotlib==1.5.1
six==1.11.0
numpy==1.15.2
scipy==1.1.0
Pillow==5.3.0
matplotlib==3.0.0
scikit-image==0.14.1
opencv-python==3.4.3.18
imageio==2.4.1
Shapely==1.6.4.post2
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install Requirements

To install all requirements, use ::

pip install six numpy scipy matplotlib scikit-image opencv-python imageio
pip install six numpy scipy Pillow matplotlib scikit-image opencv-python imageio Shapely

This should work in both pip and anaconda.
Note that if you already have OpenCV, you might not need ``opencv-python``.
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
six
numpy
scipy
Pillow
opencv-python
matplotlib
scikit-image
opencv-python
imageio
matplotlib
six
Shapely

0 comments on commit 507e9ee

Please sign in to comment.