diff python/requirements.txt @ 894:0c1fed9e8862

updated requirements.txt, removed minor PIL dependency
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 01 Jun 2017 10:33:07 -0400
parents 0ae57c76f19c
children
line wrap: on
line diff
--- a/python/requirements.txt	Tue May 30 16:10:18 2017 -0400
+++ b/python/requirements.txt	Thu Jun 01 10:33:07 2017 -0400
@@ -1,10 +1,9 @@
 matplotlib
 numpy
 
-The following libraries are necessary for (sometimes very) specific classes/functions.
+The following libraries are optional. They are necessary for (sometimes very) specific classes/functions.
 
-CV functionalities (cvutils.py): opencv
-Image functionalities (cvutils.py): Python Image Library (new version is called Pillow)
-Machine learning (ml.py): scipy
+Computer Vision (cvutils.py): opencv, scikit-image
+Statistics and machine learning (ml.py): scipy, scikit-learn
 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely
-Tabular data loading/processing (storage.py): pandas
\ No newline at end of file
+Tabular data loading/processing (storage.py): pandas