diff --git a/conda/meta.yaml b/conda/meta.yaml
index 680d760e55ca5d97d951c18f8552b62d6fc845bb..1de05682e38e448fb80636367e470a9f5cd0924d 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 5d21fb6ce21ef79ddfc736cd72f8f46e649ba679..033858cdea2c17fb5c497d9b011b59806a726c32 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",