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

Fix lightning pinning

parent a3a75a36
No related branches found
No related tags found
1 merge request!20Update dependence to lightning (closes #61)
Pipeline #84388 failed
......@@ -39,7 +39,7 @@ requirements:
- tqdm {{ tqdm }}
- tensorboard {{ tensorboard }}
- lightning {{ lightning }}
- lightning >=2.1.0,!=2.1.3
- lightning >=2.2.0
run:
- python >=3.10
- {{ pin_compatible('clapper') }}
......@@ -58,7 +58,7 @@ requirements:
- {{ pin_compatible('tqdm') }}
- {{ pin_compatible('tensorboard') }}
- {{ pin_compatible('lightning', max_pin='x.x') }}
- lightning >=2.1.0,!=2.1.3
- lightning >=2.2.0
test:
source_files:
......
......@@ -40,7 +40,7 @@ dependencies = [
"pillow",
"torch>=1.8",
"torchvision>=0.10",
"lightning <2.2.0a0,>=2.1.0",
"lightning>=2.2.0",
"tensorboard",
"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