Mercurial > hg > nsaunier > traffic-intelligence
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 893:ff92801e5c54 | 894:0c1fed9e8862 |
|---|---|
| 1 matplotlib | 1 matplotlib |
| 2 numpy | 2 numpy |
| 3 | 3 |
| 4 The following libraries are necessary for (sometimes very) specific classes/functions. | 4 The following libraries are optional. They are necessary for (sometimes very) specific classes/functions. |
| 5 | 5 |
| 6 CV functionalities (cvutils.py): opencv | 6 Computer Vision (cvutils.py): opencv, scikit-image |
| 7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow) | 7 Statistics and machine learning (ml.py): scipy, scikit-learn |
| 8 Machine learning (ml.py): scipy | |
| 9 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely | 8 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely |
| 10 Tabular data loading/processing (storage.py): pandas | 9 Tabular data loading/processing (storage.py): pandas |
