annotate python/requirements.txt @ 845:aa98e773ac91

minor
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 15 Jul 2016 11:35:27 -0400
parents 0ae57c76f19c
children 0c1fed9e8862
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
298
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
1 matplotlib
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
2 numpy
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
3
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
4 The following libraries are necessary for (sometimes very) specific classes/functions.
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
5
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
6 CV functionalities (cvutils.py): opencv
339
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 298
diff changeset
7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow)
298
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
8 Machine learning (ml.py): scipy
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
9 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely
814
0ae57c76f19c requirements.txt edited online with Bitbucket
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 339
diff changeset
10 Tabular data loading/processing (storage.py): pandas