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