From f1c77f867c627f0293812797ae7cf6817a37a85a Mon Sep 17 00:00:00 2001 From: Adarsh Yoga Date: Mon, 22 Apr 2024 18:57:12 +0000 Subject: [PATCH] fix conda package failure for python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14acc471..cfc33785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "dpctl", "dpnp", "numba", - "numba_dpex>=2023.0", + "numba_dpex", ] dynamic =["version"]