Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio==4.19.2
|
2 |
-
groq
|
3 |
-
moviepy==1.0.3
|
4 |
-
numpy==1.26.4
|
5 |
-
pillow==10.2.0
|
6 |
-
requests==2.31.0
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
groq>=0.4.0 # Allow updates to the latest compatible version
|
3 |
+
moviepy==1.0.3
|
4 |
+
numpy==1.26.4
|
5 |
+
pillow==10.2.0
|
6 |
+
requests==2.31.0
|