From 872c4351eba8d2777455ddbd9ed0a14fa9d65e05 Mon Sep 17 00:00:00 2001 From: 7SOMAY Date: Sat, 8 Mar 2025 00:49:05 +0530 Subject: [PATCH] Updated Python version in dora-phi4 model --- node-hub/dora-phi4/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-hub/dora-phi4/pyproject.toml b/node-hub/dora-phi4/pyproject.toml index e5d45781..c84bbc63 100644 --- a/node-hub/dora-phi4/pyproject.toml +++ b/node-hub/dora-phi4/pyproject.toml @@ -5,7 +5,7 @@ authors = [{ name = "Somay", email = "ssomay2002@gmail.com" }] description = "DORA node for Phi-4 multimodal model" license = { text = "MIT" } readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "dora-rs >=0.3.9",