From 3256efed4258abec6af1b532b1dc3288dd8655c9 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 c0dfd51c7..72f008526 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -289,7 +289,6 @@ packages:
   py-onnxruntime:
     require:
     - '@1.7.2'
-    - +cuda
   py-pandas:
     require:
     - '@1.5.3'
-- 
GitLab