Skip to content
Snippets Groups Projects
Commit b3c629ab authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

[conda] Add grad-cam to run requirements

parent 147da72b
No related branches found
No related tags found
2 merge requests!18Update tests,!16Make square centre-padding a model transform
...@@ -43,6 +43,7 @@ requirements: ...@@ -43,6 +43,7 @@ requirements:
run: run:
- python >=3.10 - python >=3.10
- {{ pin_compatible('click') }} - {{ pin_compatible('click') }}
- {{ pin_compatible('grad_cam') }}
- {{ pin_compatible('matplotlib') }} - {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('pillow') }} - {{ pin_compatible('pillow') }}
......
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