diff trafficintelligence/requirements.txt @ 1028:cc5cb04b04b0

major update using the trafficintelligence package name and install through pip
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 15 Jun 2018 11:19:10 -0400
parents python/requirements.txt@0c1fed9e8862
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trafficintelligence/requirements.txt	Fri Jun 15 11:19:10 2018 -0400
@@ -0,0 +1,10 @@
+matplotlib
+numpy
+
+The following libraries are optional. They are necessary for (sometimes very) specific classes/functions.
+
+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
+Optimization: munkres