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

[pyproject,conda] Update dependencies

parent 5c295c90
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
......@@ -33,7 +33,7 @@ repos:
--ignore-missing-imports,
]
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py39-plus]
......
......@@ -24,10 +24,10 @@ requirements:
- python >=3.10
- pip
- click {{ click }}
- grad-cam >=1.4.8
- grad-cam {{ grad_cam }}
- matplotlib {{ matplotlib }}
- numpy {{ numpy }}
- opencv {{ opencv }}
- py-opencv {{ py_opencv }}
- pandas {{ pandas }}
- pillow {{ pillow }}
- psutil {{ psutil }}
......
......@@ -38,7 +38,7 @@ dependencies = [
"tabulate",
"matplotlib",
"pillow",
"opencv",
"opencv-python",
"torch>=1.8",
"torchvision>=0.10",
"lightning>=2.0.3",
......
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