From 612156fe9e12cc53e89f21cc34e4acb02e45147d Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Tue, 1 Oct 2024 17:13:13 -0500 Subject: [PATCH] Pin outlines-core version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7229afa83..ab3ecd775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "typing_extensions", "pycountry", "airportsdata", - "outlines_core", + "outlines_core==0.1.0", ] dynamic = ["version"]