Upload requirements.txt
Browse files- requirements.txt +13 -8
requirements.txt
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
-
gradio
|
2 |
-
markdownify
|
3 |
smolagents==1.13.0
|
|
|
|
|
|
|
|
|
|
|
4 |
litellm==1.67.2
|
5 |
-
requests
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
openpyxl
|
10 |
-
|
|
|
1 |
+
gradio==5.29.0
|
2 |
+
markdownify==1.1.0
|
3 |
smolagents==1.13.0
|
4 |
+
smolagents[telemetry]
|
5 |
+
opentelemetry-sdk==1.32.1
|
6 |
+
opentelemetry-exporter-otlp==1.32.1
|
7 |
+
openinference-instrumentation-smolagents==0.1.11
|
8 |
+
langfuse==2.60.4
|
9 |
litellm==1.67.2
|
10 |
+
requests==2.32.3
|
11 |
+
google-genai==1.12.1
|
12 |
+
pandas==2.2.2
|
13 |
+
pydantic_settings==2.9.1
|
14 |
+
openpyxl==3.1.5
|
15 |
+
board_to_fen @ git+https://github.com/civerson/board_to_fen.git@2c3c6ee4695dfe74d5ff8d0808972b9f2e71c32d
|