ScouterAI / pyproject.toml
stevenbucaille's picture
Add initial project structure with core functionality for image processing agents
7e327f2
raw
history blame
819 Bytes
[project]
name = "image-processing-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.7.0",
"datasets>=3.6.0",
"diffusers>=0.33.1",
"faiss-cpu>=1.11.0",
"faiss-gpu>=1.7.2",
"gradio>=5.33.0",
"hf-transfer>=0.1.9",
"huggingface-hub[cli]>=0.32.4",
"langchain>=0.3.25",
"langchain-community>=0.3.24",
"langchain-huggingface>=0.2.0",
"langchain-openai>=0.3.19",
"matplotlib>=3.10.3",
"modal>=1.0.3",
"opencv-python>=4.11.0.86",
"pandas>=2.3.0",
"rank-bm25>=0.2.2",
"safetensors>=0.5.3",
"scipy>=1.15.3",
"sentence-transformers>=4.1.0",
"smolagents[litellm,openai]>=1.17.0",
"timm>=1.0.15",
"torch>=2.7.1",
"transformers>=4.52.4",
]