From c406da8f9ecacb96b93982b8acaad2f5d12dab6e Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Mon, 18 Nov 2024 17:03:48 -0500 Subject: [PATCH] Bump to outlines-core=0.1.17 for python 3.12-3.13 support (#1273) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa7005afd..1fd2897aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pycountry", "airportsdata", "torch", - "outlines_core==0.1.14", + "outlines_core==0.1.17", ] dynamic = ["version"]