Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
clipboard==0.0.4
|
2 |
dashscope==1.17.0
|
3 |
-
langchain
|
4 |
-
langchain_community
|
5 |
-
langchain_core
|
6 |
-
langchain_openai
|
7 |
numpy==1.26.4
|
8 |
-
openai
|
9 |
pandas==2.2.2
|
10 |
pretty_errors==1.2.25
|
11 |
-
PyPDF2
|
12 |
pypdf
|
13 |
python-dotenv==1.0.1
|
14 |
pytz==2024.1
|
15 |
PyYAML==6.0.1
|
16 |
-
PyYAML==6.0.1
|
17 |
Requests==2.31.0
|
18 |
rich==13.7.1
|
19 |
streamlit==1.33.0
|
|
|
1 |
clipboard==0.0.4
|
2 |
dashscope==1.17.0
|
3 |
+
langchain
|
4 |
+
langchain_community
|
5 |
+
langchain_core
|
6 |
+
langchain_openai
|
7 |
numpy==1.26.4
|
8 |
+
openai
|
9 |
pandas==2.2.2
|
10 |
pretty_errors==1.2.25
|
11 |
+
PyPDF2
|
12 |
pypdf
|
13 |
python-dotenv==1.0.1
|
14 |
pytz==2024.1
|
15 |
PyYAML==6.0.1
|
|
|
16 |
Requests==2.31.0
|
17 |
rich==13.7.1
|
18 |
streamlit==1.33.0
|