Spaces:
Running
Running
Hong Ong
commited on
Commit
·
bc9061d
1
Parent(s):
c7b1d79
Update libs
Browse files- requirements.txt +12 -15
requirements.txt
CHANGED
@@ -1,33 +1,30 @@
|
|
1 |
# python 3.11
|
2 |
-
black
|
3 |
-
black[jupyter]
|
4 |
-
flake8
|
5 |
markdownify
|
6 |
smolagents
|
7 |
requests
|
8 |
duckduckgo_search
|
9 |
pandas
|
10 |
openai
|
11 |
-
opentelemetry
|
12 |
-
opentelemetry
|
13 |
-
openinference
|
14 |
geopandas
|
15 |
plotly
|
16 |
shapely
|
17 |
numpy
|
18 |
-
scikit
|
19 |
|
20 |
-
#
|
21 |
-
llama
|
22 |
-
llama
|
23 |
-
llama
|
24 |
langfuse
|
25 |
matplotlib
|
26 |
|
27 |
-
#
|
28 |
langgraph
|
29 |
langchain
|
30 |
-
langchain
|
31 |
-
langchain
|
32 |
streamlit
|
33 |
-
seaborn
|
|
|
1 |
# python 3.11
|
|
|
|
|
|
|
2 |
markdownify
|
3 |
smolagents
|
4 |
requests
|
5 |
duckduckgo_search
|
6 |
pandas
|
7 |
openai
|
8 |
+
opentelemetry-sdk
|
9 |
+
opentelemetry-exporter-otlp
|
10 |
+
openinference-instrumentation-smolagents
|
11 |
geopandas
|
12 |
plotly
|
13 |
shapely
|
14 |
numpy
|
15 |
+
scikit-learn
|
16 |
|
17 |
+
#
|
18 |
+
llama-index
|
19 |
+
llama-index-llms-openai
|
20 |
+
llama-index-utils-workflow
|
21 |
langfuse
|
22 |
matplotlib
|
23 |
|
24 |
+
#
|
25 |
langgraph
|
26 |
langchain
|
27 |
+
langchain-community
|
28 |
+
langchain-openai
|
29 |
streamlit
|
30 |
+
seaborn
|