File size: 551 Bytes
58d8530 fc8860e 8f95d15 58d8530 8f95d15 7bc74ac 58d8530 7bc74ac 8f95d15 954d9ca 58d8530 8f95d15 da81dae 954d9ca | 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 | # requirements.txt - UPDATED to match build command # Core ARF - REAL OSS Implementation agentic-reliability-framework>=3.3.9 # Web Framework - Use the version build expects gradio[oauth,mcp]==6.5.1 # API Framework - FastAPI for Replit Frontend Integration fastapi==0.104.1 uvicorn==0.24.0 pydantic==2.5.0 python-multipart>=0.0.9 # Data Processing & Visualization pandas>=2.0.0 numpy>=1.24.0 # Mathematical Sophistication scipy>=1.11.0 # Utilities python-dateutil>=2.8.2 typing-extensions>=4.8.0 # For Hugging Face Spaces huggingface-hub>=0.20.0 |