playcat commited on
Commit
b6ca70d
·
verified ·
1 Parent(s): fa530e5

Fix: Update requirements.txt for compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -13
requirements.txt CHANGED
@@ -1,13 +1,5 @@
1
- # BarkScan HuggingFace Spaces Requirements (2025)
2
-
3
- # Gradio - Web interface framework (compatible version)
4
- gradio>=4.0.0,<5.0.0
5
-
6
- # Computer Vision & Barcode Detection
7
- opencv-python-headless>=4.8.0
8
- pyzbar>=0.1.9
9
- numpy>=1.24.0,<2.0.0
10
- Pillow>=10.0.0
11
-
12
- # Data handling
13
- pandas>=2.0.0
 
1
+ gradio
2
+ opencv-python-headless
3
+ pyzbar
4
+ numpy
5
+ Pillow