aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThéo de la Hogue2024-01-26 10:43:48 +0100
committerThéo de la Hogue2024-01-26 10:43:48 +0100
commit4a51d3d60947ca673944b70ae0af6782e93ffac9 (patch)
tree1bc7fa3042facb36667165bcce4a6c2073b2c1a1 /setup.py
parent915fdb7530252b20dbfafcd00820fff77afc10d0 (diff)
downloadargaze-4a51d3d60947ca673944b70ae0af6782e93ffac9.zip
argaze-4a51d3d60947ca673944b70ae0af6782e93ffac9.tar.gz
argaze-4a51d3d60947ca673944b70ae0af6782e93ffac9.tar.bz2
argaze-4a51d3d60947ca673944b70ae0af6782e93ffac9.tar.xz
Moving many features into PipelineStepObject. Improving printing of PipelineStepObject.
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 706f414..45ea442 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', 'lempel_ziv_complexity', 'scipy', 'scikit-learn'],
+ install_requires=['opencv-python>=4.7.0', 'opencv-contrib-python>=4.7.0', 'numpy', 'pandas', 'colorama', 'matplotlib', 'shapely', 'lempel_ziv_complexity', 'scipy', 'scikit-learn'],
project_urls={
'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues',