# Runtime dependencies for SmartPredict (kept minimal for Azure App Service builds) # Web framework Flask==2.2.5 Flask-Cors==3.0.10 Werkzeug>=2.2.0,<2.3 # Data/ML stack (wheels available for Python 3.11 on Linux) pandas==2.3.2 numpy==2.3.3 scikit-learn==1.7.1 joblib==1.5.2 # Production server (Azure uses Gunicorn behind App Service) gunicorn==21.2.0 # Notes: # - Dev/test and optional visualization libs have been moved to dev-requirements.txt # to speed up Azure builds and avoid unnecessary packages during deployment.