55 lines
1.2 KiB
TOML
Executable File
55 lines
1.2 KiB
TOML
Executable File
[project]
|
|
name = "trinity-client-aida"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.12,<3.13"
|
|
dependencies = [
|
|
"agentaction",
|
|
"aio-pika>=9.5.8",
|
|
"apscheduler>=3.11.1",
|
|
"bs4>=0.0.2",
|
|
"callbacks>=0.3.0",
|
|
"celery>=5.6.0",
|
|
"celery-types>=0.23.0",
|
|
"chromadb>=1.3.7",
|
|
"dashscope>=1.25.5",
|
|
"dominate>=2.9.1",
|
|
"dotenv>=0.9.9",
|
|
"fastapi[standard]>=0.125.0",
|
|
"image>=1.5.33",
|
|
"langchain>=1.2.0",
|
|
"langchain-community>=0.4.1",
|
|
"load>=1.0.14",
|
|
"load-dotenv>=0.1.0",
|
|
"loguru>=0.7.3",
|
|
"minio>=7.2.20",
|
|
"moviepy==1.0.3",
|
|
"np>=1.0.2",
|
|
"numpy<2",
|
|
"ollama>=0.6.1",
|
|
"opencv-python>=4.11.0.86",
|
|
"pandas>=2.3.3",
|
|
"pandas-stubs~=2.3.3",
|
|
"pika>=1.3.2",
|
|
"pillow>=12.0.0",
|
|
"pyasyncore>=1.0.4",
|
|
"pydantic>=2.12.5",
|
|
"pydantic-core>=2.41.5",
|
|
"pydantic-settings>=2.12.0",
|
|
"pymilvus>=2.6.5",
|
|
"pymysql>=1.1.2",
|
|
"python-multipart>=0.0.21",
|
|
"pyviz-comms>=3.0.6",
|
|
"redis>=7.1.0",
|
|
"retry>=0.9.2",
|
|
"scikit-image>=0.26.0",
|
|
"scipy>=1.16.3",
|
|
"scipy-stubs~=1.16.3",
|
|
"seaborn>=0.13.2",
|
|
"tool>=0.8.0",
|
|
"torch>=2.9.1",
|
|
"torchvision>=0.24.1",
|
|
"tritonclient[all]>=2.63.0",
|
|
"uvicorn>=0.38.0",
|
|
]
|