edjdhug3 commited on
Commit
7eaf99d
·
1 Parent(s): 158898c

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +136 -0
requirements.txt ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ gradio==3.35.2
5
+ gradio_client==0.2.7
6
+ anyio==3.7.0
7
+ argilla==1.12.0
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ backoff==2.2.1
11
+ blinker==1.6.2
12
+ cachetools==5.3.1
13
+ certifi==2023.5.7
14
+ cffi==1.15.1
15
+ chardet==5.1.0
16
+ charset-normalizer==3.1.0
17
+ click==8.1.3
18
+ cmake==3.26.4
19
+ commonmark==0.9.1
20
+ cryptography==41.0.1
21
+ dataclasses-json==0.5.9
22
+ decorator==5.1.1
23
+ Deprecated==1.2.14
24
+ et-xmlfile==1.1.0
25
+ exceptiongroup==1.1.2
26
+ faiss-cpu==1.7.4
27
+ filelock==3.12.2
28
+ filetype==1.2.0
29
+ frozenlist==1.3.3
30
+ fsspec==2023.6.0
31
+ gitdb==4.0.10
32
+ GitPython==3.1.31
33
+ greenlet==2.0.2
34
+ h11==0.14.0
35
+ httpcore==0.16.3
36
+ httpx==0.23.3
37
+ huggingface-hub==0.15.1
38
+ idna==3.4
39
+ importlib-metadata==6.7.0
40
+ InstructorEmbedding==1.0.1
41
+ Jinja2==3.1.2
42
+ joblib==1.3.1
43
+ jsonschema==4.17.3
44
+ langchain==0.0.222
45
+ langchainplus-sdk==0.0.20
46
+ lit==16.0.6
47
+ lxml==4.9.2
48
+ Markdown==3.4.3
49
+ MarkupSafe==2.1.3
50
+ marshmallow==3.19.0
51
+ marshmallow-enum==1.5.1
52
+ monotonic==1.6
53
+ mpmath==1.3.0
54
+ msg-parser==1.2.0
55
+ multidict==6.0.4
56
+ mypy-extensions==1.0.0
57
+ networkx==3.1
58
+ nltk==3.8.1
59
+ numexpr==2.8.4
60
+ numpy==1.23.5
61
+ nvidia-cublas-cu11==11.10.3.66
62
+ nvidia-cuda-cupti-cu11==11.7.101
63
+ nvidia-cuda-nvrtc-cu11==11.7.99
64
+ nvidia-cuda-runtime-cu11==11.7.99
65
+ nvidia-cudnn-cu11==8.5.0.96
66
+ nvidia-cufft-cu11==10.9.0.58
67
+ nvidia-curand-cu11==10.2.10.91
68
+ nvidia-cusolver-cu11==11.4.0.1
69
+ nvidia-cusparse-cu11==11.7.4.91
70
+ nvidia-nccl-cu11==2.14.3
71
+ nvidia-nvtx-cu11==11.7.91
72
+ olefile==0.46
73
+ openapi-schema-pydantic==1.2.4
74
+ openpyxl==3.1.2
75
+ packaging==23.1
76
+ pandas==1.5.3
77
+ pdf2image==1.16.3
78
+ pdfminer.six==20221105
79
+ Pillow==9.5.0
80
+ protobuf==4.23.3
81
+ pyarrow==12.0.1
82
+ pycparser==2.21
83
+ pydantic==1.10.11
84
+ pydeck==0.8.1b0
85
+ Pygments==2.15.1
86
+ Pympler==1.0.1
87
+ pypandoc==1.11
88
+ pyrsistent==0.19.3
89
+ python-dateutil==2.8.2
90
+ python-docx==0.8.11
91
+ python-magic==0.4.27
92
+ python-pptx==0.6.21
93
+ pytz==2023.3
94
+ pytz-deprecation-shim==0.1.0.post0
95
+ PyYAML==6.0
96
+ regex==2023.6.3
97
+ requests==2.31.0
98
+ rfc3986==1.5.0
99
+ rich==13.0.1
100
+ safetensors==0.3.1
101
+ scikit-learn==1.3.0
102
+ scipy==1.11.1
103
+ sentence-transformers==2.2.2
104
+ sentencepiece==0.1.99
105
+ six==1.16.0
106
+ smmap==5.0.0
107
+ sniffio==1.3.0
108
+ SQLAlchemy==2.0.17
109
+ streamlit==1.24.0
110
+ sympy==1.12
111
+ tabulate==0.9.0
112
+ tenacity==8.2.2
113
+ threadpoolctl==3.1.0
114
+ tokenizers==0.13.3
115
+ toml==0.10.2
116
+ toolz==0.12.0
117
+ torch==2.0.1
118
+ torchvision==0.15.2
119
+ tornado==6.3.2
120
+ tqdm==4.65.0
121
+ transformers==4.30.2
122
+ triton==2.0.0
123
+ typer==0.7.0
124
+ typing-inspect==0.9.0
125
+ typing_extensions==4.7.1
126
+ tzdata==2023.3
127
+ tzlocal==4.3.1
128
+ unstructured==0.7.12
129
+ urllib3==2.0.3
130
+ validators==0.20.0
131
+ watchdog==3.0.0
132
+ wrapt==1.14.1
133
+ xlrd==2.0.1
134
+ XlsxWriter==3.1.2
135
+ yarl==1.9.2
136
+ zipp==3.15.0