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

[conda,python] Pin lightning to <2.1.0

parent 7e839421
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
...@@ -38,7 +38,7 @@ requirements: ...@@ -38,7 +38,7 @@ requirements:
- torchvision {{ torchvision }} - torchvision {{ torchvision }}
- tqdm {{ tqdm }} - tqdm {{ tqdm }}
- tensorboard {{ tensorboard }} - tensorboard {{ tensorboard }}
- lightning >=2.0.3 - lightning {{ lightning }}
- clapper - clapper
run: run:
- python >=3.10 - python >=3.10
...@@ -54,7 +54,7 @@ requirements: ...@@ -54,7 +54,7 @@ requirements:
- {{ pin_compatible('torchvision') }} - {{ pin_compatible('torchvision') }}
- {{ pin_compatible('tqdm') }} - {{ pin_compatible('tqdm') }}
- {{ pin_compatible('tensorboard') }} - {{ pin_compatible('tensorboard') }}
- {{ pin_compatible('lightning') }} - {{ pin_compatible('lightning', max_pin='x.x') }}
- clapper - clapper
test: test:
......
...@@ -41,7 +41,7 @@ dependencies = [ ...@@ -41,7 +41,7 @@ dependencies = [
"opencv-python", "opencv-python",
"torch>=1.8", "torch>=1.8",
"torchvision>=0.10", "torchvision>=0.10",
"lightning>=2.0.3", "lightning <2.1.0a0,>=2.0.3",
"pydantic <2.0,>=1.7.4", # temporary, until issue #31 is fixed "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