JoshBot / pyproject.toml
LittleMonkeyLab's picture
Upload 19 files
e44e7cc verified
raw
history blame contribute delete
782 Bytes
[project]
name = "trading-game-ai"
version = "0.1.0"
description = "Trading game with AI assistant for psychological experiments"
requires-python = ">=3.9"
dependencies = [
"gradio>=4.0.0",
"langchain>=0.1.0",
"langchain-community>=0.0.20",
"langchain-core>=0.1.0",
"chromadb>=0.4.0",
"sentence-transformers>=2.2.0",
"requests>=2.31.0",
"python-dotenv>=1.0.0",
"langchain-huggingface>=0.3.1",
"transformers>=4.57.6",
"torch>=2.8.0",
"accelerate>=1.10.1",
"huggingface-hub>=0.36.0",
"langchain-openai>=0.3.35",
"openai>=2.15.0",
"fastapi>=0.128.0",
"uvicorn>=0.39.0",
"python-multipart>=0.0.20",
]
[project.optional-dependencies]
hf-spaces = [
"pysqlite3-binary>=0.5.0",
]
[tool.uv]
dev-dependencies = []