Skip to content
Snippets Groups Projects
Commit 9e5b881e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject,conda] Update dependencies

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