# requirements.txt - v2 (Updated for numpy compatibility) # Core UI and data handling gradio==4.31.5 pandas==2.2.2 openpyxl==3.1.2 # Time series and ML libraries # Pin numpy to a stable version compatible with pmdarima, prophet, and statsmodels numpy==1.26.4 # Pin statsmodels, as it's sensitive to numpy changes statsmodels==0.14.2 # Pin pmdarima and its dependency arch pmdarima==2.0.4 arch==6.3.0 # Pin prophet and its dependencies prophet==1.1.5 cmdstanpy==1.2.2 # Other dependencies scikit-learn==1.4.2 joblib==1.4.2 matplotlib==3.8.4 seaborn==0.13.2