diff --git a/requirements.txt b/requirements.txt index 809674e..acc7a56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,41 +1,41 @@ # FlexiMORP v2 Requirements # Core dependencies -numpy>=2.4.6 -pandas>=3.0.3 -scipy>=1.17.1 +numpy>=2.5.2 +pandas>=3.0.5 +scipy>=1.18.1 scikit-learn>=1.9.0 # Optimization -cvxpy>=1.9.1 +cvxpy>=1.9.2 pyomo>=6.10.1 # Data handling and APIs requests>=2.34.2 pyyaml>=6.0.3 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3 # Visualization -matplotlib>=3.11.0 -plotly>=6.8.0 +matplotlib>=3.11.1 +plotly>=6.9.0 seaborn>=0.13.2 # Web application -streamlit>=1.58.0 +streamlit>=1.62.0 streamlit-plotly-events>=0.0.6 # Jupyter notebook support jupyter>=1.1.1 -ipywidgets>=8.1.8 +ipywidgets>=8.1.9 # Testing -pytest>=9.1.0 +pytest>=9.1.1 pytest-cov>=7.1.0 # Development tools black>=26.5.1 flake8>=7.3.0 -mypy>=2.1.0 +mypy>=2.3.1 # Optional: Advanced optimization (uncomment if needed) # gekko>=1.0.0