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

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions course_UvA-DL/06-graph-neural-networks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ torch-sparse ==0.6.*
torch-cluster ==1.6.*
torch-spline-conv ==1.2.*
torch-geometric ==2.1.*

# todo: some compatibility issues
numpy <2.0
3 changes: 3 additions & 0 deletions lightning_examples/reinforce-learning-DQN/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ seaborn
# todo: pin version intill reinstall with PT-eco alignment
torch ==2.1.*
torchvision ==0.16.*

# todo: some compatibility issues
numpy <2.0
3 changes: 2 additions & 1 deletion lightning_examples/text-transformers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ scikit-learn
torchmetrics >=1.0, <1.2
torchtext
transformers
datasets
datasets <=2.21
# todo: pin version intill reinstall with PT-eco alignment
torch ==2.1.*
torchvision ==0.16.*
numpy <2.0
Loading