Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -4
requirements.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
requests
|
3 |
-
smolagents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
duckduckgo-search
|
5 |
-
markdownify
|
|
|
1 |
+
gradio==4.37.2
|
2 |
+
requests==2.32.3
|
3 |
+
smolagents==1.13.0
|
4 |
+
google-genai==0.7.1
|
5 |
+
pandas==2.2.2
|
6 |
+
pydantic_settings==2.9.1
|
7 |
+
openpyxl==3.1.5
|
8 |
+
youtube-transcript-api==0.6.2
|
9 |
+
board_to_fen @ git+https://github.com/civerson/board_to_fen.git@2c3c6ee4695dfe74d5ff8d0808972b9f2e71c32d
|
10 |
+
tensorflow==2.18.0
|
11 |
+
keras==3.8.0
|
12 |
+
nest_asyncio==1.6.0
|
13 |
duckduckgo-search
|
|