Leotis commited on
Commit
6634278
1 Parent(s): e870d0e

add haystack-farm library

Browse files
Files changed (1) hide show
  1. requirements.txt +77 -3
requirements.txt CHANGED
@@ -1,54 +1,94 @@
1
  aiofiles==23.1.0
2
  aiohttp==3.8.4
3
  aiosignal==1.3.1
 
4
  altair==4.2.2
5
  anyio==3.6.2
6
  appnope==0.1.3
7
  asttokens==2.0.8
8
  async-timeout==4.0.2
9
  attrs==22.2.0
 
 
 
10
  backcall==0.2.0
 
11
  black==23.3.0
 
 
12
  certifi==2022.12.7
13
  charset-normalizer==3.1.0
14
  click==8.1.3
 
15
  construct==2.5.3
16
  contourpy==1.0.7
17
  cycler==0.11.0
 
18
  decorator==5.1.1
 
19
  distlib==0.3.4
 
 
 
20
  entrypoints==0.4
 
21
  executing==1.0.0
 
22
  fastapi==0.95.0
23
  ffmpy==0.3.0
24
  filelock==3.7.1
 
25
  fonttools==4.39.3
26
  frozenlist==1.3.3
27
  fsspec==2023.3.0
 
 
28
  gradio==3.24.1
29
  gradio_client==0.0.5
 
30
  h11==0.14.0
31
- haystack==0.42
32
  httpcore==0.16.3
33
  httpx==0.23.3
34
  huggingface-hub==0.13.3
35
  idna==3.4
 
36
  importlib-resources==5.12.0
 
37
  ipython==8.5.0
 
 
 
38
  jedi==0.18.1
39
  Jinja2==3.1.2
 
40
  jsonschema==4.17.3
41
  kiwisolver==1.4.4
 
42
  linkify-it-py==2.0.0
 
 
 
 
43
  markdown-it-py==2.2.0
44
  MarkupSafe==2.1.2
45
  matplotlib==3.7.1
46
  matplotlib-inline==0.1.6
47
  mdit-py-plugins==0.3.3
48
  mdurl==0.1.2
 
 
 
 
 
 
49
  multidict==6.0.4
50
  mypy-extensions==1.0.0
51
- numpy==1.24.2
 
 
 
 
 
52
  orjson==3.8.9
53
  packaging==23.0
54
  pandas==1.5.3
@@ -59,36 +99,70 @@ pexpect==4.8.0
59
  pickleshare==0.7.5
60
  Pillow==9.5.0
61
  platformdirs==2.5.2
 
62
  prompt-toolkit==3.0.31
 
63
  ptyprocess==0.7.0
64
  pure-eval==0.2.2
 
65
  pydantic==1.10.7
66
  pydub==0.25.1
67
  Pygments==2.13.0
 
68
  pyparsing==3.0.9
69
  pyrsistent==0.19.3
70
  python-dateutil==2.8.2
 
71
  python-multipart==0.0.6
72
  python-ptrace==0.9.8
73
- pytz==2023.3
74
  PyYAML==6.0
 
 
 
 
 
75
  requests==2.28.2
 
76
  rfc3986==1.5.0
 
 
77
  semantic-version==2.10.0
 
 
 
 
78
  six==1.16.0
 
 
79
  sniffio==1.3.0
 
 
 
80
  stack-data==0.5.0
81
  starlette==0.26.1
 
 
 
 
 
 
 
82
  tomli==2.0.1
83
  toolz==0.12.0
 
 
84
  tqdm==4.65.0
85
  traitlets==5.3.0
 
86
  typing_extensions==4.5.0
87
  uc-micro-py==1.0.1
88
  urllib3==1.26.15
89
  uvicorn==0.21.1
90
  virtualenv==20.14.1
91
  wcwidth==0.2.5
 
92
  websockets==11.0
 
93
  yarl==1.8.2
94
  zipp==3.15.0
 
1
  aiofiles==23.1.0
2
  aiohttp==3.8.4
3
  aiosignal==1.3.1
4
+ alembic==1.10.2
5
  altair==4.2.2
6
  anyio==3.6.2
7
  appnope==0.1.3
8
  asttokens==2.0.8
9
  async-timeout==4.0.2
10
  attrs==22.2.0
11
+ azure-ai-formrecognizer==3.2.1
12
+ azure-common==1.1.28
13
+ azure-core==1.26.3
14
  backcall==0.2.0
15
+ backoff==2.2.1
16
  black==23.3.0
17
+ boilerpy3==1.0.6
18
+ canals==0.0.1
19
  certifi==2022.12.7
20
  charset-normalizer==3.1.0
21
  click==8.1.3
22
+ cloudpickle==2.2.1
23
  construct==2.5.3
24
  contourpy==1.0.7
25
  cycler==0.11.0
26
+ databricks-cli==0.17.6
27
  decorator==5.1.1
28
+ dill==0.3.6
29
  distlib==0.3.4
30
+ docker==6.0.1
31
+ docopt==0.6.2
32
+ elasticsearch==7.17.9
33
  entrypoints==0.4
34
+ Events==0.4
35
  executing==1.0.0
36
+ farm-haystack==1.15.0
37
  fastapi==0.95.0
38
  ffmpy==0.3.0
39
  filelock==3.7.1
40
+ Flask==2.2.3
41
  fonttools==4.39.3
42
  frozenlist==1.3.3
43
  fsspec==2023.3.0
44
+ gitdb==4.0.10
45
+ GitPython==3.1.31
46
  gradio==3.24.1
47
  gradio_client==0.0.5
48
+ gunicorn==20.1.0
49
  h11==0.14.0
 
50
  httpcore==0.16.3
51
  httpx==0.23.3
52
  huggingface-hub==0.13.3
53
  idna==3.4
54
+ importlib-metadata==6.1.0
55
  importlib-resources==5.12.0
56
+ inflect==6.0.2
57
  ipython==8.5.0
58
+ isodate==0.6.1
59
+ itsdangerous==2.1.2
60
+ jarowinkler==1.2.3
61
  jedi==0.18.1
62
  Jinja2==3.1.2
63
+ joblib==1.2.0
64
  jsonschema==4.17.3
65
  kiwisolver==1.4.4
66
+ langdetect==1.0.9
67
  linkify-it-py==2.0.0
68
+ llvmlite==0.39.1
69
+ lxml==4.9.2
70
+ Mako==1.2.4
71
+ Markdown==3.4.3
72
  markdown-it-py==2.2.0
73
  MarkupSafe==2.1.2
74
  matplotlib==3.7.1
75
  matplotlib-inline==0.1.6
76
  mdit-py-plugins==0.3.3
77
  mdurl==0.1.2
78
+ mlflow==2.2.2
79
+ mmh3==3.1.0
80
+ monotonic==1.6
81
+ more-itertools==9.1.0
82
+ mpmath==1.3.0
83
+ msrest==0.7.1
84
  multidict==6.0.4
85
  mypy-extensions==1.0.0
86
+ networkx==3.0
87
+ nltk==3.8.1
88
+ num2words==0.5.12
89
+ numba==0.56.4
90
+ numpy==1.23.5
91
+ oauthlib==3.2.2
92
  orjson==3.8.9
93
  packaging==23.0
94
  pandas==1.5.3
 
99
  pickleshare==0.7.5
100
  Pillow==9.5.0
101
  platformdirs==2.5.2
102
+ posthog==2.4.2
103
  prompt-toolkit==3.0.31
104
+ protobuf==3.20.2
105
  ptyprocess==0.7.0
106
  pure-eval==0.2.2
107
+ pyarrow==11.0.0
108
  pydantic==1.10.7
109
  pydub==0.25.1
110
  Pygments==2.13.0
111
+ PyJWT==2.6.0
112
  pyparsing==3.0.9
113
  pyrsistent==0.19.3
114
  python-dateutil==2.8.2
115
+ python-docx==0.8.11
116
  python-multipart==0.0.6
117
  python-ptrace==0.9.8
118
+ pytz==2022.7.1
119
  PyYAML==6.0
120
+ quantulum3==0.8.1
121
+ querystring-parser==1.2.4
122
+ rank-bm25==0.2.2
123
+ rapidfuzz==2.7.0
124
+ regex==2023.3.23
125
  requests==2.28.2
126
+ requests-oauthlib==1.3.1
127
  rfc3986==1.5.0
128
+ scikit-learn==1.2.2
129
+ scipy==1.10.1
130
  semantic-version==2.10.0
131
+ sentence-transformers==2.2.2
132
+ sentencepiece==0.1.97
133
+ seqeval==1.2.2
134
+ shap==0.41.0
135
  six==1.16.0
136
+ slicer==0.0.7
137
+ smmap==5.0.0
138
  sniffio==1.3.0
139
+ SQLAlchemy==2.0.8
140
+ sqlparse==0.4.3
141
+ sseclient-py==1.7.2
142
  stack-data==0.5.0
143
  starlette==0.26.1
144
+ sympy==1.11.1
145
+ tabulate==0.9.0
146
+ tenacity==8.2.2
147
+ threadpoolctl==3.1.0
148
+ tika==2.6.0
149
+ tiktoken==0.3.3
150
+ tokenizers==0.13.2
151
  tomli==2.0.1
152
  toolz==0.12.0
153
+ torch==2.0.0
154
+ torchvision==0.15.1
155
  tqdm==4.65.0
156
  traitlets==5.3.0
157
+ transformers==4.25.1
158
  typing_extensions==4.5.0
159
  uc-micro-py==1.0.1
160
  urllib3==1.26.15
161
  uvicorn==0.21.1
162
  virtualenv==20.14.1
163
  wcwidth==0.2.5
164
+ websocket-client==1.5.1
165
  websockets==11.0
166
+ Werkzeug==2.2.3
167
  yarl==1.8.2
168
  zipp==3.15.0