Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit fd15665

Browse files
authored
bump RC to stable lightning>=2.0.0 (#283)
1 parent dfc4f04 commit fd15665

23 files changed

Lines changed: 35 additions & 29 deletions

File tree

course_UvA-DL/01-introduction-to-pytorch/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
1010
requirements:
1111
- matplotlib
12-
- lightning>=2.0.0rc0
12+
- lightning>=2.0.0
1313
accelerator:
1414
- CPU
1515
- GPU

course_UvA-DL/02-activation-functions/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requirements:
1414
- torchvision
1515
- matplotlib
1616
- seaborn
17-
- lightning>=2.0.0rc0
17+
- lightning>=2.0.0
1818
accelerator:
1919
- CPU
2020
- GPU

course_UvA-DL/03-initialization-and-optimization/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
- torchvision
1919
- matplotlib
2020
- seaborn
21-
- lightning>=2.0.0rc0
21+
- lightning>=2.0.0
2222
accelerator:
2323
- CPU
2424
- GPU

course_UvA-DL/04-inception-resnet-densenet/.meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ requirements:
1818
- matplotlib
1919
- seaborn
2020
- tabulate
21-
- lightning>=2.0.0rc0
21+
- lightning>=2.0.0
22+
- tensorboard
2223
accelerator:
2324
- GPU

course_UvA-DL/05-transformers-and-MH-attention/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ requirements:
1919
- torchvision
2020
- matplotlib
2121
- seaborn
22-
- lightning>=2.0.0rc0
22+
- lightning>=2.0.0
2323
accelerator:
2424
- GPU

course_UvA-DL/06-graph-neural-networks/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requirements:
2323
- torch-cluster
2424
- torch-spline-conv
2525
- torch-geometric
26-
- lightning>=2.0.0rc0
26+
- lightning>=2.0.0
2727
pip__find-link:
2828
# - https://pytorch-geometric.com/whl/torch-1.8.0+cu101.html
2929
- https://pytorch-geometric.com/whl/torch-%(TORCH_MAJOR_DOT_MINOR)s.0+%(DEVICE)s.html

course_UvA-DL/07-deep-energy-based-generative-models/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requirements:
2222
- torchvision
2323
- matplotlib
2424
- tensorboard
25-
- lightning>=2.0.0rc0
25+
- lightning>=2.0.0
2626
accelerator:
2727
- CPU
2828
- GPU

course_UvA-DL/08-deep-autoencoders/.meta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ requirements:
2222
- torchvision
2323
- matplotlib
2424
- seaborn
25-
- lightning>=2.0.0rc0
25+
- lightning>=2.0.0
26+
- tensorboard
2627
accelerator:
2728
- CPU
2829
- GPU

course_UvA-DL/09-normalizing-flows/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requirements:
2525
- matplotlib
2626
- seaborn
2727
- tabulate
28-
- lightning>=2.0.0rc0
28+
- lightning>=2.0.0
2929
accelerator:
3030
- CPU
3131
- GPU

course_UvA-DL/10-autoregressive-image-modeling/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ requirements:
1818
- torchvision
1919
- matplotlib
2020
- seaborn
21-
- lightning>=2.0.0rc0
21+
- lightning>=2.0.0
2222
accelerator:
2323
- GPU

0 commit comments

Comments
 (0)