From 269db8d1cf63aab29136d0d9b5ffb96c0de9a90a Mon Sep 17 00:00:00 2001
From: Sakib Rahman <rahmans@myumanitoba.ca>
Date: Tue, 12 Dec 2023 08:40:14 +0000
Subject: [PATCH] Remove cuda variant requirement to avoid build failure

---
 spack-environment/packages.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 599097e5b..271ecb10e 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -260,7 +260,6 @@ packages:
   py-onnxruntime:
     require:
     - '@1.7.2'
-    - +cuda
   py-pandas:
     require:
     - '@1.5.3'
-- 
GitLab