diff options
author | Théo de la Hogue | 2023-05-22 16:15:23 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-05-22 16:15:23 +0200 |
commit | 3067eafea0b4959075f68b9d3f66384474208d7e (patch) | |
tree | 14fa975da0fc0f51bcfa42991a628709f4f7726b /setup.py | |
parent | e657f64183d0de95d69b18c363aecdd88544a339 (diff) | |
download | argaze-3067eafea0b4959075f68b9d3f66384474208d7e.zip argaze-3067eafea0b4959075f68b9d3f66384474208d7e.tar.gz argaze-3067eafea0b4959075f68b9d3f66384474208d7e.tar.bz2 argaze-3067eafea0b4959075f68b9d3f66384474208d7e.tar.xz |
Adding new LempelZiv complexity metric.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ setup( packages=find_packages(where='src'), python_requires='>=3.11', - install_requires=['opencv-python>=4.7.0', 'opencv-contrib-python>=4.7.0', 'numpy', 'pandas', 'matplotlib', 'shapely'], + install_requires=['opencv-python>=4.7.0', 'opencv-contrib-python>=4.7.0', 'numpy', 'pandas', 'matplotlib', 'shapely', 'lempel_ziv_complexity'], project_urls={ 'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues', |