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

[pyproject] Relax constraints back again; Closes #31

parent a3febdc4
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
...@@ -41,8 +41,7 @@ dependencies = [ ...@@ -41,8 +41,7 @@ dependencies = [
"opencv-python", "opencv-python",
"torch>=1.8", "torch>=1.8",
"torchvision>=0.10", "torchvision>=0.10",
"lightning <2.1.0a0,>=2.0.3", "lightning <2.2.0a0,>=2.1.0",
"pydantic <2.0,>=1.7.4", # temporary, until issue #31 is fixed
"tensorboard", "tensorboard",
"grad-cam>=1.4.8", "grad-cam>=1.4.8",
] ]
......
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