From 50bc1099a2baf9a55a8b15669f92fbf6aeeab194 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 15 Dec 2023 13:34:28 +0100 Subject: [PATCH] [pyproject,conda] Remove dependencies to opencv and pandas --- conda/meta.yaml | 2 -- pyproject.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 680d760e..1de05682 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -27,8 +27,6 @@ requirements: - grad-cam {{ grad_cam }} - matplotlib {{ matplotlib }} - numpy {{ numpy }} - - py-opencv {{ py_opencv }} - - pandas {{ pandas }} - pillow {{ pillow }} - psutil {{ psutil }} - pytorch {{ pytorch }} diff --git a/pyproject.toml b/pyproject.toml index 5d21fb6c..033858cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ dependencies = [ "clapper", "click", "numpy", - "pandas", "scipy", "scikit-learn", "tqdm", @@ -38,7 +37,6 @@ dependencies = [ "tabulate", "matplotlib", "pillow", - "opencv-python", "torch>=1.8", "torchvision>=0.10", "lightning <2.2.0a0,>=2.1.0", -- GitLab