Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# FlexiMORP v2 Requirements

# Core dependencies
numpy>=2.4.4
numpy>=2.4.6
pandas>=3.0.3
scipy>=1.17.1
scikit-learn>=1.8.0
scikit-learn>=1.9.0

# Optimization
cvxpy>=1.8.2
pyomo>=6.10.0
cvxpy>=1.9.1
pyomo>=6.10.1

# Data handling and APIs
requests>=2.34.0
requests>=2.34.2
pyyaml>=6.0.3
python-dotenv>=1.2.2

# Visualization
matplotlib>=3.10.9
plotly>=6.7.0
plotly>=6.8.0
seaborn>=0.13.2

# Web application
streamlit>=1.57.0
streamlit>=1.58.0
streamlit-plotly-events>=0.0.6

# Jupyter notebook support
Expand All @@ -33,7 +33,7 @@ pytest>=9.0.3
pytest-cov>=7.1.0

# Development tools
black>=26.3.1
black>=26.5.1
flake8>=7.3.0
mypy>=2.1.0

Expand Down