JavadBayazi commited on
Commit
def0b3d
·
verified ·
1 Parent(s): 388bc7d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -3,19 +3,19 @@ git+https://github.com/javadbayazi/PowerMCP.git
3
 
4
  # Power system libraries
5
  pandapower>=2.13.0
6
- pypsa>=0.25.0
7
 
8
  # Core dependencies
9
  numpy>=1.24.0
10
  pandas>=2.0.0
11
  scipy>=1.10.0
12
- networkx>=3.0
13
  matplotlib>=3.7.0
14
 
15
  # Additional PyPSA dependencies
16
- xarray>=2023.0.0
17
- netcdf4>=1.6.0
18
 
19
  # Gradio with MCP support (requires 6.0+)
20
- gradio
21
  huggingface-hub
 
3
 
4
  # Power system libraries
5
  pandapower>=2.13.0
6
+ # pypsa>=0.25.0
7
 
8
  # Core dependencies
9
  numpy>=1.24.0
10
  pandas>=2.0.0
11
  scipy>=1.10.0
12
+ # networkx>=3.0
13
  matplotlib>=3.7.0
14
 
15
  # Additional PyPSA dependencies
16
+ # xarray>=2023.0.0
17
+ # netcdf4>=1.6.0
18
 
19
  # Gradio with MCP support (requires 6.0+)
20
+ gradio[mcp]
21
  huggingface-hub