Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-pip-pytorch-lightning-gte-2.0-and…
Browse files Browse the repository at this point in the history
…-lt-2.6
  • Loading branch information
Borda authored Jan 9, 2025
2 parents 00435ce + 2e10234 commit d34731a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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

0 comments on commit d34731a

Please sign in to comment.