From 960f00726a13f66b05a309ae93edc0f8ca542e90 Mon Sep 17 00:00:00 2001 From: Qubitium-ModelCloud Date: Thu, 2 Oct 2025 15:11:14 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb98f6fc8..a1b9ed236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: C++", "Intended Audience :: Developers", "Intended Audience :: Education", @@ -38,7 +39,7 @@ dependencies = [ "transformers>=4.56.0", "threadpoolctl>=3.6.0", "packaging>=24.2", - "device-smi>=0.5.0", + "device-smi>=0.5.1", "protobuf>=6.32.0", "pillow>=11.3.0", "hf_transfer>=0.1.9",