mirror of
https://github.com/kennethreitz/simplechat.git
synced 2026-06-05 14:50:19 +00:00
Update pyproject.toml: Bump version to 0.1.4 and add 'simplemind[full]' dependency
This commit is contained in:
+2
-2
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user