From 40803ec784da47d89e71c75adb6eb795b15c509e Mon Sep 17 00:00:00 2001 From: tazlin Date: Thu, 3 Oct 2024 13:28:21 -0400 Subject: [PATCH] feat: use latest horde deps --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7bcc6fd..591b9e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Add this in for tox, comment out for build --extra-index-url https://download.pytorch.org/whl/cu124 -horde_sdk>=0.14.3 -horde_model_reference>=0.9.0 +horde_sdk>=0.15.0 +horde_model_reference>=0.9.1 pydantic numpy==1.26.4 torch>=2.4.1