File size: 782 Bytes
e44e7cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[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 = []