对python的要求降级到py38

This commit is contained in:
liunux4odoo 2024-03-26 10:37:36 +08:00
parent fad54822d0
commit b9c08cbefd
6 changed files with 11 additions and 13 deletions

14
.gitignore vendored
View File

@ -1,15 +1,13 @@
*.log
*.log.*
*.bak
logs
/media/
/data/*
!/data/knowledge_base/samples
/data/knowledge_base/samples/vector_store
!/data/nltk_data
/chatchat/data/*
!/chatchat/data/knowledge_base/samples
/chatchat/data/knowledge_base/samples/vector_store
!/chatchat/data/nltk_data
/configs/*.py
/configs/loom.yaml
/chatchat/configs/*.py
/chatchat/configs/loom.yaml
.vscode/
# below are standard python ignore files

View File

@ -6,7 +6,7 @@ authors = ["chatchat"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<4.0,!=3.9.7"
python = ">=3.8,<4.0,!=3.9.7"
chatchat-model-providers = "^0.3.0"
langchain = "0.1.5"
langchainhub = "0.1.14"

View File

@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<4.0,!=3.9.7"
python = ">=3.8,<4.0,!=3.9.7"
chatchat-model-providers = "^0.3.0"
chatchat-server = "^0.3.0"
chatchat-webui-pages = "^0.3.0"

View File

@ -6,7 +6,7 @@ authors = ["glide-the <2533736852@qq.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<4.0,!=3.9.7"
python = ">=3.8,<4.0,!=3.9.7"
transformers = "4.31.0"
fastapi = "^0.109.2"
uvicorn = ">=0.27.0.post1"

View File

@ -9,7 +9,7 @@ repository = "https://github.com/chatchat-space/Langchain-Chatchat.git"
[tool.poetry.dependencies]
python = ">=3.9,<4.0,!=3.9.7"
python = ">=3.8,<4.0,!=3.9.7"
[tool.poetry.group.lint.dependencies]

View File

@ -6,7 +6,7 @@ authors = ["chatchat"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<4.0,!=3.9.7"
python = ">=3.8,<4.0,!=3.9.7"
chatchat-model-providers = "^0.3.0"
chatchat-server = "^0.3.0"
streamlit = "1.30.0"