Suhasdev commited on
Commit
a50ba2a
·
1 Parent(s): f0ab1a7

Remove -e . from requirements.txt - use path setup in app.py instead for HF Spaces compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- # Install local gepa_optimizer package first
2
- -e .
3
-
4
  # Core dependencies - gepa from git
 
5
  git+https://github.com/gepa-ai/gepa.git
6
  numpy>=1.21.0
7
  pandas>=1.5.0
 
 
 
 
1
  # Core dependencies - gepa from git
2
+ # Note: gepa_optimizer is installed via path setup in app.py (no need for -e .)
3
  git+https://github.com/gepa-ai/gepa.git
4
  numpy>=1.21.0
5
  pandas>=1.5.0