Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
groq>=0.9.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
pandas>=2.0.0
|
| 5 |
audioop-lts; python_version >= "3.13"
|
| 6 |
-
huggingface_hub<0.25.0
|
|
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
groq>=0.9.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
pandas>=2.0.0
|
| 5 |
audioop-lts; python_version >= "3.13"
|
| 6 |
+
huggingface_hub<0.25.0
|
| 7 |
+
pydantic<2.9.0
|