Spaces:
Configuration error
Configuration error
Create requirements2.txt
Browse files- requirements2.txt +34 -0
requirements2.txt
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core framework
|
2 |
+
smolagents[openai]>=1.0.0
|
3 |
+
litellm>=1.0.0
|
4 |
+
|
5 |
+
# Document retrieval
|
6 |
+
langchain>=0.1.0
|
7 |
+
langchain-community>=0.0.20
|
8 |
+
rank-bm25>=0.2.2
|
9 |
+
|
10 |
+
# Web automation
|
11 |
+
selenium>=4.0.0
|
12 |
+
helium>=3.0.0
|
13 |
+
webdriver-manager>=3.8.0
|
14 |
+
|
15 |
+
# Document processing
|
16 |
+
pypdf>=3.0.0
|
17 |
+
python-docx>=0.8.11
|
18 |
+
beautifulsoup4>=4.11.0
|
19 |
+
|
20 |
+
# Image and HTTP
|
21 |
+
Pillow>=9.0.0
|
22 |
+
requests>=2.28.0
|
23 |
+
|
24 |
+
# Observability
|
25 |
+
opentelemetry-api
|
26 |
+
opentelemetry-sdk
|
27 |
+
opentelemetry-exporter-otlp-proto-http
|
28 |
+
langfuse
|
29 |
+
openinference-instrumentation-smolagents
|
30 |
+
|
31 |
+
# Utilities
|
32 |
+
python-dotenv>=0.19.0
|
33 |
+
pandas>=2.0.0
|
34 |
+
tqdm>=4.65.0
|