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

Update dependence to lightning profile (closes #61)

parent 09ca9f9a
No related branches found
No related tags found
1 merge request!20Update dependence to lightning (closes #61)
Pipeline #84387 failed
...@@ -23,6 +23,7 @@ requirements: ...@@ -23,6 +23,7 @@ requirements:
host: host:
- python >=3.10 - python >=3.10
- pip - pip
- clapper {{ clapper }}
- click {{ click }} - click {{ click }}
- grad-cam {{ grad_cam }} - grad-cam {{ grad_cam }}
- matplotlib {{ matplotlib }} - matplotlib {{ matplotlib }}
...@@ -39,9 +40,9 @@ requirements: ...@@ -39,9 +40,9 @@ requirements:
- tensorboard {{ tensorboard }} - tensorboard {{ tensorboard }}
- lightning {{ lightning }} - lightning {{ lightning }}
- lightning >=2.1.0,!=2.1.3 - lightning >=2.1.0,!=2.1.3
- clapper
run: run:
- python >=3.10 - python >=3.10
- {{ pin_compatible('clapper') }}
- {{ pin_compatible('click') }} - {{ pin_compatible('click') }}
- {{ pin_compatible('grad-cam', max_pin='x.x') }} - {{ pin_compatible('grad-cam', max_pin='x.x') }}
- {{ pin_compatible('matplotlib') }} - {{ pin_compatible('matplotlib') }}
...@@ -58,7 +59,6 @@ requirements: ...@@ -58,7 +59,6 @@ requirements:
- {{ 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.1.0,!=2.1.3
- clapper
test: test:
source_files: source_files:
......
...@@ -43,7 +43,6 @@ dependencies = [ ...@@ -43,7 +43,6 @@ dependencies = [
"lightning <2.2.0a0,>=2.1.0", "lightning <2.2.0a0,>=2.1.0",
"tensorboard", "tensorboard",
"grad-cam>=1.4.8", "grad-cam>=1.4.8",
"numpydoc",
] ]
[project.urls] [project.urls]
......
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