mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 23:15:53 +08:00
对python的要求降级到py38
This commit is contained in:
parent
fad54822d0
commit
b9c08cbefd
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,15 +1,13 @@
|
|||||||
*.log
|
*.log
|
||||||
*.log.*
|
*.log.*
|
||||||
*.bak
|
*.bak
|
||||||
logs
|
/chatchat/data/*
|
||||||
/media/
|
!/chatchat/data/knowledge_base/samples
|
||||||
/data/*
|
/chatchat/data/knowledge_base/samples/vector_store
|
||||||
!/data/knowledge_base/samples
|
!/chatchat/data/nltk_data
|
||||||
/data/knowledge_base/samples/vector_store
|
|
||||||
!/data/nltk_data
|
|
||||||
|
|
||||||
/configs/*.py
|
/chatchat/configs/*.py
|
||||||
/configs/loom.yaml
|
/chatchat/configs/loom.yaml
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# below are standard python ignore files
|
# below are standard python ignore files
|
||||||
|
|||||||
@ -6,7 +6,7 @@ authors = ["chatchat"]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[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-model-providers = "^0.3.0"
|
||||||
langchain = "0.1.5"
|
langchain = "0.1.5"
|
||||||
langchainhub = "0.1.14"
|
langchainhub = "0.1.14"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[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-model-providers = "^0.3.0"
|
||||||
chatchat-server = "^0.3.0"
|
chatchat-server = "^0.3.0"
|
||||||
chatchat-webui-pages = "^0.3.0"
|
chatchat-webui-pages = "^0.3.0"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ authors = ["glide-the <2533736852@qq.com>"]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0,!=3.9.7"
|
python = ">=3.8,<4.0,!=3.9.7"
|
||||||
transformers = "4.31.0"
|
transformers = "4.31.0"
|
||||||
fastapi = "^0.109.2"
|
fastapi = "^0.109.2"
|
||||||
uvicorn = ">=0.27.0.post1"
|
uvicorn = ">=0.27.0.post1"
|
||||||
|
|||||||
@ -9,7 +9,7 @@ repository = "https://github.com/chatchat-space/Langchain-Chatchat.git"
|
|||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0,!=3.9.7"
|
python = ">=3.8,<4.0,!=3.9.7"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.lint.dependencies]
|
[tool.poetry.group.lint.dependencies]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ authors = ["chatchat"]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[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-model-providers = "^0.3.0"
|
||||||
chatchat-server = "^0.3.0"
|
chatchat-server = "^0.3.0"
|
||||||
streamlit = "1.30.0"
|
streamlit = "1.30.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user