Update pyproject.toml: Bump version to 0.1.4 and add 'simplemind[full]' dependency

This commit is contained in:
2024-11-08 13:23:49 -05:00
parent 27fcc351d1
commit 5e4259daca
+2 -2
View File
@@ -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",
]