From 19ec0327c2fd0323af7af527a258003ff406cd28 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 18 Sep 2025 16:38:39 -0700 Subject: [PATCH] Remove llvmlite from `test` dependencies in cuda_bindings/pyproject.toml --- cuda_bindings/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index 36fa778d11..459050038f 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -42,7 +42,6 @@ test = [ "numpy>=1.21.1", "pytest>=6.2.4", "pytest-benchmark>=3.4.1", - "llvmlite" ] [project.urls]