ZeroR3 commited on
Commit
3d16e91
·
1 Parent(s): e3a472a

fix: drop tree-sitter-languages (unavailable on Python 3.13/HF Space; regex fallback in parser.py handles top-N languages)

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -2
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
  gradio>=4.40
2
  gitpython>=3.1
3
- tree-sitter>=0.22
4
- tree-sitter-languages>=1.10
5
  tiktoken>=0.7
6
  pydantic>=2.6
7
  openai>=1.40
 
1
  gradio>=4.40
2
  gitpython>=3.1
 
 
3
  tiktoken>=0.7
4
  pydantic>=2.6
5
  openai>=1.40