From b0e7c8a8143440859d7b61898d661bc8a7ee9970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dean=20Qui=C3=B1anola?= Date: Tue, 8 Oct 2024 22:40:40 -0700 Subject: [PATCH] Update requirements.txt runpod~=1.7.0 --- builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/requirements.txt b/builder/requirements.txt index 342f348..814fffd 100644 --- a/builder/requirements.txt +++ b/builder/requirements.txt @@ -1,4 +1,4 @@ # Required Python packages get listed here, one per line. # Reccomended to lock the version number to avoid unexpected changes. -runpod==1.7.1 +runpod~=1.7.0