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: ...@@ -39,7 +39,7 @@ requirements:
- tqdm {{ tqdm }} - tqdm {{ tqdm }}
- tensorboard {{ tensorboard }} - tensorboard {{ tensorboard }}
- lightning {{ lightning }} - lightning {{ lightning }}
- lightning >=2.1.0,!=2.1.3 - lightning >=2.2.0
run: run:
- python >=3.10 - python >=3.10
- {{ pin_compatible('clapper') }} - {{ pin_compatible('clapper') }}
...@@ -58,7 +58,7 @@ requirements: ...@@ -58,7 +58,7 @@ requirements:
- {{ pin_compatible('tqdm') }} - {{ pin_compatible('tqdm') }}
- {{ pin_compatible('tensorboard') }} - {{ pin_compatible('tensorboard') }}
- {{ pin_compatible('lightning', max_pin='x.x') }} - {{ pin_compatible('lightning', max_pin='x.x') }}
- lightning >=2.1.0,!=2.1.3 - lightning >=2.2.0
test: test:
source_files: source_files:
......
...@@ -40,7 +40,7 @@ dependencies = [ ...@@ -40,7 +40,7 @@ dependencies = [
"pillow", "pillow",
"torch>=1.8", "torch>=1.8",
"torchvision>=0.10", "torchvision>=0.10",
"lightning <2.2.0a0,>=2.1.0", "lightning>=2.2.0",
"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