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",