File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,11 @@ lint = { features = ["lint"], solve-group = "py312" }
8585cholmod = { features = [" cholmod" , " py312" ], solve-group = " py312" }
8686accelerate = { features = [" accelerate" , " py312" ], solve-group = " py312" }
8787py39 = { features = [" py39" ], solve-group = " py39" }
88- all = { features = [" cholmod" , " accelerate" , " py312" ], solve-group = " py312" }
89- all-py39 = { features = [
90- " cholmod" ,
91- " accelerate" ,
92- " py39" ,
93- ], solve-group = " py39" }
88+ # Accelerate will only work in Eigen next release
89+ all = { features = [" cholmod" , " py312" ], solve-group = " py312" }
90+ all-py39 = { features = [" cholmod" , " py39" ], solve-group = " py39" }
9491all-clang-cl = { features = [
9592 " cholmod" ,
96- " accelerate" ,
9793 " clang-cl" ,
9894 " py312" ,
9995], solve-group = " py312" }
You can’t perform that action at this time.
0 commit comments