build: 升级 gradio 至 5.0.0 版本
- 将 requirements.txt 中 gradio 版本要求从 >=3.0.0 修改为 >=5.0.0 - 此次升级可能会影响项目的用户界面或功能,需要进行测试以确保兼容性
This commit is contained in:
parent
967133162e
commit
2e31f4f57c
@ -1,5 +1,5 @@
|
|||||||
openai>=1.0.0
|
openai>=1.0.0
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
pydantic>=2.0.0
|
pydantic>=2.0.0
|
||||||
gradio>=3.0.0
|
gradio>=5.0.0
|
||||||
langchain>=0.3
|
langchain>=0.3
|
Loading…
x
Reference in New Issue
Block a user