From 5e4259dacafeea97cc068b81b9c0ec90e49e6d01 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 8 Nov 2024 13:23:49 -0500 Subject: [PATCH] Update pyproject.toml: Bump version to 0.1.4 and add 'simplemind[full]' dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 286becb..71690b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "simplemind-chat" -version = "0.1.3" +version = "0.1.4" description = "A chat interface for AI models using Simplemind." readme = "README.md" requires-python = ">=3.11" @@ -10,7 +10,7 @@ dependencies = [ "rich", "prompt_toolkit", "xerox", - "simplemind", + "simplemind[full]", "spacy", "nltk", ]