Aymeric Roucher commited on
Commit
ebb6033
1 Parent(s): 30b9a49

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +104 -3
requirements.txt CHANGED
@@ -1,5 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  farm-haystack==1.23.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  transformers==4.35.2
3
- gradio==3.50.1
4
- pydantic==1.10.11
5
- pydantic_core==2.14.5
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.1
3
+ aiosignal==1.3.1
4
+ altair==5.2.0
5
+ anyio==3.7.1
6
+ appdirs==1.4.4
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backoff==2.2.1
10
+ boilerpy3==1.0.7
11
+ cattrs==23.2.3
12
+ certifi==2023.11.17
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ contourpy==1.2.0
16
+ cycler==0.12.1
17
+ dataclasses-json==0.6.3
18
+ docopt==0.6.2
19
+ Events==0.5
20
+ exceptiongroup==1.2.0
21
  farm-haystack==1.23.0
22
+ fastapi==0.105.0
23
+ ffmpy==0.3.1
24
+ filelock==3.13.1
25
+ fonttools==4.47.0
26
+ frozenlist==1.4.1
27
+ fsspec==2023.12.2
28
+ gradio==3.50.2
29
+ gradio_client==0.6.1
30
+ greenlet==3.0.2
31
+ h11==0.14.0
32
+ httpcore==1.0.2
33
+ httpx==0.25.2
34
+ huggingface-hub==0.19.4
35
+ idna==3.6
36
+ importlib-resources==6.1.1
37
+ inflect==7.0.0
38
+ Jinja2==3.1.2
39
+ joblib==1.3.2
40
+ jsonpatch==1.33
41
+ jsonpointer==2.4
42
+ jsonschema==4.20.0
43
+ jsonschema-specifications==2023.11.2
44
+ kiwisolver==1.4.5
45
+ langchain==0.0.351
46
+ langchain-community==0.0.4
47
+ langchain-core==0.1.1
48
+ langdetect==1.0.9
49
+ langsmith==0.0.72
50
+ lazy-imports==0.3.1
51
+ MarkupSafe==2.1.3
52
+ marshmallow==3.20.1
53
+ matplotlib==3.8.2
54
+ monotonic==1.6
55
+ more-itertools==10.1.0
56
+ multidict==6.0.4
57
+ mypy-extensions==1.0.0
58
+ networkx==3.2.1
59
+ nltk==3.8.1
60
+ num2words==0.5.13
61
+ numpy==1.26.2
62
+ orjson==3.9.10
63
+ packaging==23.2
64
+ pandas==2.1.4
65
+ Pillow==10.1.0
66
+ platformdirs==4.1.0
67
+ posthog==3.1.0
68
+ prompthub-py==4.0.0
69
+ pydantic==1.10.13
70
+ pydub==0.25.1
71
+ pyparsing==3.1.1
72
+ python-dateutil==2.8.2
73
+ python-multipart==0.0.6
74
+ pytz==2023.3.post1
75
+ PyYAML==6.0.1
76
+ quantulum3==0.9.0
77
+ rank-bm25==0.2.2
78
+ referencing==0.32.0
79
+ regex==2023.10.3
80
+ requests==2.31.0
81
+ requests-cache==0.9.8
82
+ rpds-py==0.15.2
83
+ safetensors==0.4.1
84
+ scikit-learn==1.3.2
85
+ scipy==1.11.4
86
+ semantic-version==2.10.0
87
+ six==1.16.0
88
+ sniffio==1.3.0
89
+ SQLAlchemy==2.0.23
90
+ sseclient-py==1.8.0
91
+ starlette==0.27.0
92
+ tenacity==8.2.3
93
+ threadpoolctl==3.2.0
94
+ tiktoken==0.5.2
95
+ tokenizers==0.15.0
96
+ toolz==0.12.0
97
+ tqdm==4.66.1
98
  transformers==4.35.2
99
+ typing-inspect==0.9.0
100
+ typing_extensions==4.9.0
101
+ tzdata==2023.3
102
+ url-normalize==1.4.3
103
+ urllib3==2.1.0
104
+ uvicorn==0.24.0.post1
105
+ websockets==11.0.3
106
+ yarl==1.9.4