Spaces:
Sleeping
Sleeping
tonyliu404
commited on
Update requirements.txt
Browse files- requirements.txt +1 -90
requirements.txt
CHANGED
@@ -1,101 +1,12 @@
|
|
1 |
-
|
2 |
-
aiofiles==23.2.1
|
3 |
-
annotated-types==0.7.0
|
4 |
-
anyio==4.6.2.post1
|
5 |
-
asttokens==2.4.1
|
6 |
-
astunparse==1.6.3
|
7 |
-
certifi==2024.8.30
|
8 |
-
charset-normalizer==3.3.2
|
9 |
-
click==8.1.7
|
10 |
-
colorama==0.4.6
|
11 |
-
comm==0.2.2
|
12 |
-
contourpy==1.3.0
|
13 |
-
cycler==0.12.1
|
14 |
-
debugpy==1.8.6
|
15 |
-
decorator==5.1.1
|
16 |
-
executing==2.1.0
|
17 |
-
fastapi==0.115.4
|
18 |
-
ffmpy==0.4.0
|
19 |
-
filelock==3.16.1
|
20 |
-
flatbuffers==24.3.25
|
21 |
-
fonttools==4.54.1
|
22 |
-
fsspec==2024.10.0
|
23 |
-
gast==0.6.0
|
24 |
-
google-pasta==0.2.0
|
25 |
-
grpcio==1.66.2
|
26 |
-
h11==0.14.0
|
27 |
-
h5py==3.12.1
|
28 |
-
httpcore==1.0.6
|
29 |
-
httpx==0.27.2
|
30 |
huggingface-hub==0.26.2
|
31 |
-
idna==3.10
|
32 |
-
ipykernel==6.29.5
|
33 |
-
ipython==8.28.0
|
34 |
-
jedi==0.19.1
|
35 |
-
Jinja2==3.1.4
|
36 |
-
jupyter_client==8.6.3
|
37 |
-
jupyter_core==5.7.2
|
38 |
-
kiwisolver==1.4.7
|
39 |
-
libclang==18.1.1
|
40 |
-
Markdown==3.7
|
41 |
-
markdown-it-py==3.0.0
|
42 |
-
MarkupSafe==2.1.5
|
43 |
matplotlib==3.9.2
|
44 |
matplotlib-inline==0.1.7
|
45 |
-
mdurl==0.1.2
|
46 |
-
ml-dtypes==0.3.1
|
47 |
-
namex==0.0.8
|
48 |
-
nest-asyncio==1.6.0
|
49 |
numpy==1.26.4
|
50 |
-
opencv-python==4.10.0.84
|
51 |
-
opt_einsum==3.4.0
|
52 |
-
optree==0.13.0
|
53 |
-
orjson==3.10.10
|
54 |
-
packaging==24.1
|
55 |
pandas==2.2.3
|
56 |
-
parso==0.8.4
|
57 |
pillow==10.4.0
|
58 |
-
platformdirs==4.3.6
|
59 |
-
prompt_toolkit==3.0.48
|
60 |
-
protobuf==4.25.5
|
61 |
-
psutil==6.0.0
|
62 |
-
pure_eval==0.2.3
|
63 |
pydantic==2.9.2
|
64 |
pydantic_core==2.23.4
|
65 |
-
pydub==0.25.1
|
66 |
-
Pygments==2.18.0
|
67 |
-
pyparsing==3.1.4
|
68 |
-
python-dateutil==2.9.0.post0
|
69 |
-
python-multipart==0.0.12
|
70 |
-
pytz==2024.2
|
71 |
-
PyYAML==6.0.2
|
72 |
-
pyzmq==26.2.0
|
73 |
-
requests==2.32.3
|
74 |
-
rich==13.9.1
|
75 |
-
ruff==0.7.1
|
76 |
-
safehttpx==0.1.1
|
77 |
-
semantic-version==2.10.0
|
78 |
-
setuptools==75.1.0
|
79 |
-
shellingham==1.5.4
|
80 |
-
six==1.16.0
|
81 |
-
sniffio==1.3.1
|
82 |
-
stack-data==0.6.3
|
83 |
-
starlette==0.41.2
|
84 |
-
termcolor==2.4.0
|
85 |
-
tomlkit==0.12.0
|
86 |
-
tornado==6.4.1
|
87 |
-
tqdm==4.66.6
|
88 |
-
traitlets==5.14.3
|
89 |
-
typer==0.12.5
|
90 |
-
typing_extensions==4.12.2
|
91 |
-
tzdata==2024.2
|
92 |
-
urllib3==2.2.3
|
93 |
-
uvicorn==0.32.0
|
94 |
-
wcwidth==0.2.13
|
95 |
-
websockets==12.0
|
96 |
-
Werkzeug==3.0.4
|
97 |
-
wheel==0.44.0
|
98 |
-
wrapt==1.16.0
|
99 |
pymongo
|
100 |
sentence-transformers
|
101 |
langchain
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
huggingface-hub==0.26.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
matplotlib==3.9.2
|
4 |
matplotlib-inline==0.1.7
|
|
|
|
|
|
|
|
|
5 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
6 |
pandas==2.2.3
|
|
|
7 |
pillow==10.4.0
|
|
|
|
|
|
|
|
|
|
|
8 |
pydantic==2.9.2
|
9 |
pydantic_core==2.23.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pymongo
|
11 |
sentence-transformers
|
12 |
langchain
|