From 19e6e492fae751da723d54d1fbc6152dc6e020c0 Mon Sep 17 00:00:00 2001 From: "ogueler@idiap.ch" <ogueler@vws110.idiap.ch> Date: Thu, 21 Sep 2023 19:04:37 +0200 Subject: [PATCH] added dependancies --- conda/meta.yaml | 3 +++ pyproject.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index fd299908..887572cc 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,8 +24,11 @@ requirements: - python >=3.10 - pip - click {{ click }} + - grad-cam >=1.4.8 - matplotlib {{ matplotlib }} - numpy {{ numpy }} + - opencv {{ opencv }} + - pandas {{ pandas }} - pillow {{ pillow }} - psutil {{ psutil }} - pytorch {{ pytorch }} diff --git a/pyproject.toml b/pyproject.toml index 16082e2d..106c786f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "clapper", "click", "numpy", + "pandas", "scipy", "scikit-learn", "tqdm", @@ -37,11 +38,13 @@ dependencies = [ "tabulate", "matplotlib", "pillow", + "opencv", "torch>=1.8", "torchvision>=0.10", "lightning>=2.0.3", "pydantic <2.0,>=1.7.4", # temporary, until issue #31 is fixed "tensorboard", + "grad-cam>=1.4.8", ] [project.urls] -- GitLab