GitHub Copilot commited on
Commit
851cd5a
·
1 Parent(s): 6be71b0

Fix: dependencies (headless opencv, pin huggingface_hub, remove pyqt)

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  numpy>=1.21.0
2
- opencv-python>=4.5.0
3
  Pillow>=9.0.0
4
- PyQt5>=5.15.0
5
- scikit-image>=0.19.0 # Optional: for accurate SSIM calculation
6
  gradio
7
  plotly
 
 
1
  numpy>=1.21.0
2
+ opencv-python-headless>=4.5.0
3
  Pillow>=9.0.0
4
+ scikit-image>=0.19.0
 
5
  gradio
6
  plotly
7
+ huggingface_hub<0.27.0