Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .actions/requires.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fire
tqdm
simplejson
PyYAML <5.4 # todo: racing issue with cython compile
PyYAML
wcmatch
requests
pip
6 changes: 3 additions & 3 deletions course_UvA-DL/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy <2.0 # needed for older Torch
torch>=1.8.1, <2.1.0
pytorch-lightning>=2.0, <2.1.0
torchmetrics>=1.0, <1.3
torch >=1.8.1,<2.1.0
pytorch-lightning >=2.0,<2.1.0
torchmetrics >=1.0,<1.3
matplotlib