BlackSpire commited on
Commit
73539d4
·
verified ·
1 Parent(s): fbab61a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
  flask==3.0.3
2
  gunicorn==23.0.0
3
- opencv-python-headless==4.10.0.84 # or latest 4.x version
4
- numpy==1.26.4
5
- pyfcm==1.5.4 # optional - for FCM from Python
6
- # firebase-admin==6.5.0 # alternative to pyfcm, more modern
 
1
  flask==3.0.3
2
  gunicorn==23.0.0
3
+ opencv-python-headless==4.10.0.84
4
+ numpy>=1.26.4,<2.0.0 # loose range to avoid build issues
5
+ huggingface-hub>=0.30.0