File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ def capabilities(self):
101101 return {
102102 "boolean indexing" : True ,
103103 "data-dependent shapes" : True ,
104- # 'max rank' will be part of the 2024.12 standard
105104 "max dimensions" : 64 ,
106105 }
107106
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ def capabilities(self):
100100 return {
101101 "boolean indexing" : True ,
102102 "data-dependent shapes" : True ,
103- # 'max rank' will be part of the 2024.12 standard
104103 "max dimensions" : 64 ,
105104 }
106105
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ def capabilities(self):
8585 return {
8686 "boolean indexing" : True ,
8787 "data-dependent shapes" : True ,
88- # 'max rank' will be part of the 2024.12 standard
8988 "max dimensions" : 64 ,
9089 }
9190
You can’t perform that action at this time.
0 commit comments