From 2a88b9c1774c630215e5c31460425d92ea6e5940 Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Thu, 25 Dec 2025 14:10:51 +0500 Subject: [PATCH] Bump gpuhunt==0.1.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e540705d93..c0036ff7be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "python-multipart>=0.0.16", "filelock", "psutil", - "gpuhunt==0.1.15", + "gpuhunt==0.1.16", "argcomplete>=3.5.0", "ignore-python>=0.2.0", "orjson",