comparison python/requirements.txt @ 814:0ae57c76f19c

requirements.txt edited online with Bitbucket
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 16 Jun 2016 17:35:16 +0000
parents 9c1818a71c9c
children 0c1fed9e8862
comparison
equal deleted inserted replaced
813:ef8795dba5ed 814:0ae57c76f19c
3 3
4 The following libraries are necessary for (sometimes very) specific classes/functions. 4 The following libraries are necessary for (sometimes very) specific classes/functions.
5 5
6 CV functionalities (cvutils.py): opencv 6 CV functionalities (cvutils.py): opencv
7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow) 7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow)
8
9 Machine learning (ml.py): scipy 8 Machine learning (ml.py): scipy
10
11 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely 9 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely
10 Tabular data loading/processing (storage.py): pandas