Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
smolagents[openai]
|
2 |
smolagents[litellm]
|
3 |
langchain-community
|
4 |
wikipedia
|
5 |
youtube_transcript_api
|
6 |
openai-whisper
|
7 |
token_bucket
|
8 |
-
pillow==9.5.0 # Last version with ANTIALIAS
|
9 |
gradio
|
10 |
requests>=2.32.3
|
11 |
openpyxl>=3.1.5
|
@@ -15,7 +14,7 @@ duckduckgo_search==8.0.1
|
|
15 |
tools==1.0.2
|
16 |
token_bucket
|
17 |
PyPDF2==3.0.1
|
18 |
-
|
19 |
pyyaml
|
20 |
packaging
|
21 |
protobuf
|
|
|
1 |
+
smolagents[openai]>=1.15.0
|
2 |
smolagents[litellm]
|
3 |
langchain-community
|
4 |
wikipedia
|
5 |
youtube_transcript_api
|
6 |
openai-whisper
|
7 |
token_bucket
|
|
|
8 |
gradio
|
9 |
requests>=2.32.3
|
10 |
openpyxl>=3.1.5
|
|
|
14 |
tools==1.0.2
|
15 |
token_bucket
|
16 |
PyPDF2==3.0.1
|
17 |
+
pillow
|
18 |
pyyaml
|
19 |
packaging
|
20 |
protobuf
|