From 41557ca9d448c338067500c9be84a3be64b1aa07 Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Mon, 8 Jul 2024 14:51:43 +0500 Subject: [PATCH] Bump gpuhunt to 0.0.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1cbd0e4e..33c70fd04 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def get_long_description(): "cachetools", "dnspython", "grpcio>=1.50", # indirect - "gpuhunt>=0.0.10", + "gpuhunt>=0.0.11", "sentry-sdk[fastapi]", "httpx", "aiorwlock",