HF complained about ~=, changing requirements to set specific versions
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
requests
|
3 |
-
pandas
|
4 |
-
openai-whisper
|
5 |
-
openpyxl
|
6 |
-
smolagents
|
7 |
-
beautifulsoup4
|
8 |
-
duckduckgo_search
|
|
|
1 |
+
gradio==5.27.1
|
2 |
+
requests==2.32.3
|
3 |
+
pandas==2.2.3
|
4 |
+
openai-whisper==20240930
|
5 |
+
openpyxl==3.1.5
|
6 |
+
smolagents==1.14.0
|
7 |
+
beautifulsoup4==4.13.4
|
8 |
+
duckduckgo_search==8.0.1
|