aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThéo de la Hogue2023-05-22 16:15:23 +0200
committerThéo de la Hogue2023-05-22 16:15:23 +0200
commit3067eafea0b4959075f68b9d3f66384474208d7e (patch)
tree14fa975da0fc0f51bcfa42991a628709f4f7726b /setup.py
parente657f64183d0de95d69b18c363aecdd88544a339 (diff)
downloadargaze-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index eb81438..5c9973c 100644
--- a/setup.py
+++ b/setup.py
@@ -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',