Spaces:
Running
Running
gabrielaltay
commited on
Commit
•
7632f66
1
Parent(s):
1d2c336
reqs
Browse files- requirements.txt +31 -0
requirements.txt
CHANGED
@@ -1,32 +1,43 @@
|
|
1 |
aiohttp==3.9.3
|
2 |
aiosignal==1.3.1
|
|
|
3 |
annotated-types==0.6.0
|
4 |
anyio==4.3.0
|
5 |
async-timeout==4.0.3
|
6 |
attrs==23.2.0
|
|
|
|
|
7 |
certifi==2024.2.2
|
8 |
charset-normalizer==3.3.2
|
|
|
9 |
dataclasses-json==0.6.4
|
10 |
distro==1.9.0
|
11 |
exceptiongroup==1.2.0
|
12 |
filelock==3.13.1
|
13 |
frozenlist==1.4.1
|
14 |
fsspec==2024.2.0
|
|
|
|
|
15 |
h11==0.14.0
|
16 |
httpcore==1.0.4
|
17 |
httpx==0.27.0
|
18 |
huggingface-hub==0.20.3
|
19 |
idna==3.6
|
|
|
20 |
Jinja2==3.1.3
|
21 |
joblib==1.3.2
|
22 |
jsonpatch==1.33
|
23 |
jsonpointer==2.4
|
|
|
|
|
24 |
langchain-community==0.0.24
|
25 |
langchain-core==0.1.26
|
26 |
langchain-openai==0.0.7
|
27 |
langsmith==0.1.7
|
|
|
28 |
MarkupSafe==2.1.5
|
29 |
marshmallow==3.20.2
|
|
|
30 |
mpmath==1.3.0
|
31 |
multidict==6.0.5
|
32 |
mypy-extensions==1.0.0
|
@@ -35,28 +46,48 @@ numpy==1.26.4
|
|
35 |
openai==1.12.0
|
36 |
orjson==3.9.15
|
37 |
packaging==23.2
|
|
|
38 |
pillow==10.2.0
|
39 |
pinecone-client==3.1.0
|
|
|
|
|
40 |
pydantic==2.6.2
|
41 |
pydantic_core==2.16.3
|
|
|
|
|
|
|
|
|
42 |
PyYAML==6.0.1
|
|
|
43 |
regex==2023.12.25
|
44 |
requests==2.31.0
|
|
|
|
|
45 |
safetensors==0.4.2
|
46 |
scikit-learn==1.4.1.post1
|
47 |
scipy==1.12.0
|
48 |
sentence-transformers==2.4.0
|
|
|
|
|
49 |
sniffio==1.3.0
|
50 |
SQLAlchemy==2.0.27
|
|
|
51 |
sympy==1.12
|
52 |
tenacity==8.2.3
|
53 |
threadpoolctl==3.3.0
|
54 |
tiktoken==0.6.0
|
55 |
tokenizers==0.15.2
|
|
|
|
|
56 |
torch==2.2.1
|
|
|
57 |
tqdm==4.66.2
|
58 |
transformers==4.38.1
|
59 |
typing-inspect==0.9.0
|
60 |
typing_extensions==4.9.0
|
|
|
|
|
61 |
urllib3==2.2.1
|
|
|
62 |
yarl==1.9.4
|
|
|
|
1 |
aiohttp==3.9.3
|
2 |
aiosignal==1.3.1
|
3 |
+
altair==5.2.0
|
4 |
annotated-types==0.6.0
|
5 |
anyio==4.3.0
|
6 |
async-timeout==4.0.3
|
7 |
attrs==23.2.0
|
8 |
+
blinker==1.7.0
|
9 |
+
cachetools==5.3.2
|
10 |
certifi==2024.2.2
|
11 |
charset-normalizer==3.3.2
|
12 |
+
click==8.1.7
|
13 |
dataclasses-json==0.6.4
|
14 |
distro==1.9.0
|
15 |
exceptiongroup==1.2.0
|
16 |
filelock==3.13.1
|
17 |
frozenlist==1.4.1
|
18 |
fsspec==2024.2.0
|
19 |
+
gitdb==4.0.11
|
20 |
+
GitPython==3.1.42
|
21 |
h11==0.14.0
|
22 |
httpcore==1.0.4
|
23 |
httpx==0.27.0
|
24 |
huggingface-hub==0.20.3
|
25 |
idna==3.6
|
26 |
+
importlib-metadata==7.0.1
|
27 |
Jinja2==3.1.3
|
28 |
joblib==1.3.2
|
29 |
jsonpatch==1.33
|
30 |
jsonpointer==2.4
|
31 |
+
jsonschema==4.21.1
|
32 |
+
jsonschema-specifications==2023.12.1
|
33 |
langchain-community==0.0.24
|
34 |
langchain-core==0.1.26
|
35 |
langchain-openai==0.0.7
|
36 |
langsmith==0.1.7
|
37 |
+
markdown-it-py==3.0.0
|
38 |
MarkupSafe==2.1.5
|
39 |
marshmallow==3.20.2
|
40 |
+
mdurl==0.1.2
|
41 |
mpmath==1.3.0
|
42 |
multidict==6.0.5
|
43 |
mypy-extensions==1.0.0
|
|
|
46 |
openai==1.12.0
|
47 |
orjson==3.9.15
|
48 |
packaging==23.2
|
49 |
+
pandas==2.2.1
|
50 |
pillow==10.2.0
|
51 |
pinecone-client==3.1.0
|
52 |
+
protobuf==4.25.3
|
53 |
+
pyarrow==15.0.0
|
54 |
pydantic==2.6.2
|
55 |
pydantic_core==2.16.3
|
56 |
+
pydeck==0.8.1b0
|
57 |
+
Pygments==2.17.2
|
58 |
+
python-dateutil==2.8.2
|
59 |
+
pytz==2024.1
|
60 |
PyYAML==6.0.1
|
61 |
+
referencing==0.33.0
|
62 |
regex==2023.12.25
|
63 |
requests==2.31.0
|
64 |
+
rich==13.7.0
|
65 |
+
rpds-py==0.18.0
|
66 |
safetensors==0.4.2
|
67 |
scikit-learn==1.4.1.post1
|
68 |
scipy==1.12.0
|
69 |
sentence-transformers==2.4.0
|
70 |
+
six==1.16.0
|
71 |
+
smmap==5.0.1
|
72 |
sniffio==1.3.0
|
73 |
SQLAlchemy==2.0.27
|
74 |
+
streamlit==1.31.1
|
75 |
sympy==1.12
|
76 |
tenacity==8.2.3
|
77 |
threadpoolctl==3.3.0
|
78 |
tiktoken==0.6.0
|
79 |
tokenizers==0.15.2
|
80 |
+
toml==0.10.2
|
81 |
+
toolz==0.12.1
|
82 |
torch==2.2.1
|
83 |
+
tornado==6.4
|
84 |
tqdm==4.66.2
|
85 |
transformers==4.38.1
|
86 |
typing-inspect==0.9.0
|
87 |
typing_extensions==4.9.0
|
88 |
+
tzdata==2024.1
|
89 |
+
tzlocal==5.2
|
90 |
urllib3==2.2.1
|
91 |
+
validators==0.22.0
|
92 |
yarl==1.9.4
|
93 |
+
zipp==3.17.0
|