File size: 460 Bytes
addeb1e
6eff0c3
3abb514
6eff0c3
5933c22
3abb514
addeb1e
 
 
0cc7fb6
addeb1e
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Core dependencies for Lifestyle Journey MVP
gradio>=5.3.0
python-dotenv>=1.0.0
google-genai>=0.5.0
anthropic>=0.40.0
typing-extensions>=4.5.0
huggingface-hub>=0.16.0

# Python compatibility 
dataclasses; python_version<"3.7"

# Testing Lab additional dependencies
pandas>=2.0.0
numpy>=1.24.0

# Optional: for enhanced data analysis (if needed)
matplotlib>=3.6.0
seaborn>=0.12.0

# Development dependencies (optional)
pytest>=7.0.0
black>=23.0.0
flake8>=6.0.0