diff --git a/pyproject.toml b/pyproject.toml
index 54def5529ff2c4e5ddfa9bcbc9d59534cdafd9d7..a22721cd5105b502ea572c1766f0d2218818b46b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -167,9 +167,6 @@ platforms = ["linux-64", "osx-arm64"]
 [tool.pixi.feature.cuda.system-requirements]
 cuda = "12.1"
 
-[tool.pixi.feature.cuda.activation]
-scripts = ["cuda_activation.sh"]
-
 [tool.pixi.feature.cuda.target.linux-64.dependencies]
 cuda = { version = "*", channel = "nvidia" }
 pytorch-cuda = { version = "12.1.*", channel = "pytorch" }