File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ inputs:
66 default : ' 3.9'
77 torch-version :
88 required : false
9- default : ' 2.5 .0'
9+ default : ' 2.6 .0'
1010 cuda-version :
1111 required : false
1212 default : cpu
1313 torchvision-version :
1414 required : false
15- default : ' 0.20 .0'
15+ default : ' 0.21 .0'
1616 full_install :
1717 required : false
1818 default : true
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77
88### Added
99
10+ - Added PyTorch 2.6 support ([ #10170 ] ( https://github.com/pyg-team/pytorch_geometric/pull/10170 ) )
1011- Added support for heterogenous graphs in ` GNNExplainer ` ([ #10158 ] ( https://github.com/pyg-team/pytorch_geometric/pull/10158 ) )
1112- Added Graph Positional and Structural Encoder (GPSE) ([ #9018 ] ( https://github.com/pyg-team/pytorch_geometric/pull/9018 ) )
1213- Added attract-repel link prediction example ([ #10107 ] ( https://github.com/pyg-team/pytorch_geometric/pull/10107 ) )
You can’t perform that action at this time.
0 commit comments