mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 21:37:20 +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.*
|
||||
*.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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user