Spaces:
Sleeping
Sleeping
| # Core dependencies for Lifestyle Journey MVP | |
| gradio==6.1.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 | |
| openpyxl>=3.0.0 | |
| # Optional: for enhanced data analysis (if needed) | |
| matplotlib>=3.6.0 | |
| seaborn>=0.12.0 | |
| # Development dependencies (optional) | |
| pytest>=7.0.0 | |
| pytest-asyncio>=0.21.0 | |
| hypothesis>=6.0.0 | |
| black>=23.0.0 | |
| flake8>=6.0.0 |