Specify version constraints for gradio and huggingface_hub in requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -3,5 +3,5 @@ torchvision
|
|
| 3 |
opencv-python
|
| 4 |
kornia
|
| 5 |
matplotlib
|
| 6 |
-
gradio
|
| 7 |
-
huggingface_hub
|
|
|
|
| 3 |
opencv-python
|
| 4 |
kornia
|
| 5 |
matplotlib
|
| 6 |
+
gradio>=5.0
|
| 7 |
+
huggingface_hub>=0.26
|