Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Closed
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions course_UvA-DL/06-graph-neural-networks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ torch-cluster ==1.6.*
torch-spline-conv ==1.2.*
torch-geometric ==2.1.*

# addresing long package compilation times
# Building wheels for collected packages: torch-spline-conv, torch-sparse, torch-cluster, torch-scatter, torch-geometric
--prefer-binary

# todo: some compatibility issues
numpy <2.0
Loading