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

Do not use lightning 2.1.3

Lightning 2.1.3 changes how checkpoints are saved, which breaks
how we handle saving and loading. This should be reverted in the
next release of lightning.
parent f0facb1c
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
Pipeline #83350 failed
...@@ -38,6 +38,7 @@ requirements: ...@@ -38,6 +38,7 @@ requirements:
- tqdm {{ tqdm }} - tqdm {{ tqdm }}
- tensorboard {{ tensorboard }} - tensorboard {{ tensorboard }}
- lightning {{ lightning }} - lightning {{ lightning }}
- lightning >=2.1.0,!=2.1.3
- clapper - clapper
run: run:
- python >=3.10 - python >=3.10
...@@ -55,6 +56,7 @@ requirements: ...@@ -55,6 +56,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
- clapper - clapper
test: test:
......
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