JavadBayazi commited on
Commit
3525d2f
·
1 Parent(s): 05420b4

fix: ensure PowerMCP always fetches latest from main branch

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- # PowerMCP - Install from GitHub
2
- git+https://github.com/javadbayazi/PowerMCP.git
3
 
4
  # Power system libraries
5
  pandapower>=2.13.0
 
1
+ # PowerMCP - Install from GitHub (always fetch latest)
2
+ git+https://github.com/javadbayazi/PowerMCP.git@main#egg=powermcp
3
 
4
  # Power system libraries
5
  pandapower>=2.13.0