We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9df16c commit c313068Copy full SHA for c313068
pixi.toml
@@ -70,8 +70,9 @@ activation = { env = { EIGENPY_ACCELERATE_SUPPORT = "ON" } }
70
dependencies = { suitesparse = ">=5" }
71
activation = { env = { EIGENPY_CHOLMOD_SUPPORT = "ON" } }
72
73
-[feature.all.target.osx-arm64]
74
-activation = { env = { EIGENPY_ACCELERATE_SUPPORT = "ON" } }
+# TODO Add accelerate when new Eigen version is released
+# [feature.all.target.osx-arm64]
75
+# activation = { env = { EIGENPY_CHOLMOD_SUPPORT = "ON", EIGENPY_ACCELERATE_SUPPORT = "ON" } }
76
77
[feature.py312.dependencies]
78
python = "3.12.*"
0 commit comments