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: ...@@ -27,8 +27,6 @@ requirements:
- grad-cam {{ grad_cam }} - grad-cam {{ grad_cam }}
- matplotlib {{ matplotlib }} - matplotlib {{ matplotlib }}
- numpy {{ numpy }} - numpy {{ numpy }}
- py-opencv {{ py_opencv }}
- pandas {{ pandas }}
- pillow {{ pillow }} - pillow {{ pillow }}
- psutil {{ psutil }} - psutil {{ psutil }}
- pytorch {{ pytorch }} - pytorch {{ pytorch }}
......
...@@ -30,7 +30,6 @@ dependencies = [ ...@@ -30,7 +30,6 @@ dependencies = [
"clapper", "clapper",
"click", "click",
"numpy", "numpy",
"pandas",
"scipy", "scipy",
"scikit-learn", "scikit-learn",
"tqdm", "tqdm",
...@@ -38,7 +37,6 @@ dependencies = [ ...@@ -38,7 +37,6 @@ dependencies = [
"tabulate", "tabulate",
"matplotlib", "matplotlib",
"pillow", "pillow",
"opencv-python",
"torch>=1.8", "torch>=1.8",
"torchvision>=0.10", "torchvision>=0.10",
"lightning <2.2.0a0,>=2.1.0", "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