Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -31,11 +31,17 @@ joblib==1.4.2
|
|
31 |
jsonschema==4.23.0
|
32 |
jsonschema-specifications==2023.12.1
|
33 |
kiwisolver==1.4.5
|
|
|
|
|
|
|
|
|
|
|
34 |
markdown-it-py==3.0.0
|
35 |
MarkupSafe==2.1.5
|
36 |
matplotlib==3.9.1
|
37 |
mdurl==0.1.2
|
38 |
numpy==1.26.4
|
|
|
39 |
orjson==3.10.6
|
40 |
packaging==24.1
|
41 |
pandas==2.2.2
|
@@ -54,11 +60,8 @@ referencing==0.35.1
|
|
54 |
requests==2.32.3
|
55 |
rich==13.7.1
|
56 |
rpds-py==0.19.0
|
57 |
-
ruff==0.9.5
|
58 |
-
safehttpx==0.1.6
|
59 |
scikit-learn==1.3.2
|
60 |
scipy==1.14.0
|
61 |
-
semantic-version==2.10.0
|
62 |
shellingham==1.5.4
|
63 |
six==1.16.0
|
64 |
sniffio==1.3.1
|
@@ -74,4 +77,4 @@ ujson==5.10.0
|
|
74 |
urllib3==2.2.2
|
75 |
uvicorn==0.30.1
|
76 |
watchfiles==0.22.0
|
77 |
-
websockets==11.0.3
|
|
|
31 |
jsonschema==4.23.0
|
32 |
jsonschema-specifications==2023.12.1
|
33 |
kiwisolver==1.4.5
|
34 |
+
langchain==0.2.0
|
35 |
+
langchain-community==0.2.0
|
36 |
+
langchain-core==0.2.0
|
37 |
+
langsmith==0.1.49
|
38 |
+
langchain_openai==0.1.4
|
39 |
markdown-it-py==3.0.0
|
40 |
MarkupSafe==2.1.5
|
41 |
matplotlib==3.9.1
|
42 |
mdurl==0.1.2
|
43 |
numpy==1.26.4
|
44 |
+
openai==1.30.3
|
45 |
orjson==3.10.6
|
46 |
packaging==24.1
|
47 |
pandas==2.2.2
|
|
|
60 |
requests==2.32.3
|
61 |
rich==13.7.1
|
62 |
rpds-py==0.19.0
|
|
|
|
|
63 |
scikit-learn==1.3.2
|
64 |
scipy==1.14.0
|
|
|
65 |
shellingham==1.5.4
|
66 |
six==1.16.0
|
67 |
sniffio==1.3.1
|
|
|
77 |
urllib3==2.2.2
|
78 |
uvicorn==0.30.1
|
79 |
watchfiles==0.22.0
|
80 |
+
websockets==11.0.3
|