grid_mcp / requirements.txt
JavadBayazi's picture
fix: ensure PowerMCP always fetches latest from main branch
3525d2f
raw
history blame contribute delete
418 Bytes
# PowerMCP - Install from GitHub (always fetch latest)
git+https://github.com/javadbayazi/PowerMCP.git@main#egg=powermcp
# Power system libraries
pandapower>=2.13.0
# pypsa>=0.25.0
# Core dependencies
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.10.0
# networkx>=3.0
matplotlib>=3.7.0
# Additional PyPSA dependencies
# xarray>=2023.0.0
# netcdf4>=1.6.0
# Gradio with MCP support (requires 6.0+)
gradio[mcp]
huggingface-hub