GitHub Copilot commited on
Commit
6baeceb
·
1 Parent(s): ad71e2d

Fix: Remove heavy optional deps to fix HF Space build

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  numpy>=1.21.0
2
  opencv-python-headless>=4.5.0
3
  Pillow>=9.0.0
@@ -6,8 +7,10 @@ gradio==4.20.0
6
  huggingface_hub<0.21.0
7
  plotly
8
  sympy
9
- easyocr
10
- nvidia-nat
11
- smolagents
12
- helium
13
- beautifulsoup4
 
 
 
1
+ # Core dependencies for Gradio app
2
  numpy>=1.21.0
3
  opencv-python-headless>=4.5.0
4
  Pillow>=9.0.0
 
7
  huggingface_hub<0.21.0
8
  plotly
9
  sympy
10
+
11
+ # Optional connectors (install locally for full features)
12
+ # easyocr # OCR - heavy, PyTorch-based
13
+ # nvidia-nat # NeMo Agent Toolkit
14
+ # smolagents # Browser automation
15
+ # helium # Browser control
16
+ # beautifulsoup4 # HTML parsing