From a44f3d7196c2e6f0e261a0577f9ae119611ef9a9 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Tue, 8 Nov 2022 12:49:38 +0100 Subject: [PATCH] [deps] Add click as dependency. --- conda/meta.yaml | 2 ++ requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 7f9bf57..a70a3cf 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -26,6 +26,7 @@ requirements: - numpy {{ numpy }} - pillow {{ pillow }} - imageio {{ imageio }} + - click {{ click }} run: - python - setuptools @@ -33,6 +34,7 @@ requirements: - {{ pin_compatible('pillow') }} - {{ pin_compatible('imageio') }} - {{ pin_compatible('h5py') }} + - {{ pin_compatible('click') }} test: imports: diff --git a/requirements.txt b/requirements.txt index 32506f9..ae1697a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ bob.extension h5py imageio numpy +click -- GitLab