Skip to content
Snippets Groups Projects
Commit 50bc1099 authored by André Anjos's avatar André Anjos :speech_balloon: Committed by Daniel CARRON
Browse files

[pyproject,conda] Remove dependencies to opencv and pandas

parent 01e16fd7
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
......@@ -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 }}
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment