From 8fe7412bb31cf81b1582696a62738684517348d7 Mon Sep 17 00:00:00 2001 From: Sidharth Rajaram Date: Thu, 12 Dec 2024 16:24:26 -0800 Subject: [PATCH] Bump outlines-core version to 0.1.26 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b83275f89..1a6d08e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pycountry", "airportsdata", "torch", - "outlines_core==0.1.25", + "outlines_core==0.1.26", ] dynamic = ["version"]