aymonc commited on
Commit
4e30ee6
·
1 Parent(s): 990de2d

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -3
requirements.txt CHANGED
@@ -8,6 +8,8 @@ appnope==0.1.3
8
  asttokens==2.4.1
9
  async-timeout==4.0.3
10
  attrs==23.1.0
 
 
11
  certifi==2023.7.22
12
  charset-normalizer==3.3.2
13
  click==8.1.7
@@ -22,17 +24,19 @@ distro==1.8.0
22
  executing==2.0.1
23
  faiss-cpu==1.7.4
24
  fastapi==0.104.1
 
25
  ffmpy==0.3.1
26
  filelock==3.13.1
27
  fonttools==4.44.0
28
  frozenlist==1.4.0
29
  fsspec==2023.10.0
 
30
  gradio==4.1.1
31
  gradio_client==0.7.0
32
  h11==0.14.0
33
  httpcore==1.0.1
34
  httpx==0.25.1
35
- huggingface-hub==0.18.0
36
  idna==3.4
37
  importlib-resources==6.1.1
38
  ipykernel==6.26.0
@@ -46,27 +50,35 @@ jsonschema-specifications==2023.7.1
46
  jupyter_client==8.6.0
47
  jupyter_core==5.5.0
48
  kiwisolver==1.4.5
49
- langchain==0.0.330
50
- langsmith==0.0.60
 
 
 
51
  markdown-it-py==3.0.0
52
  MarkupSafe==2.1.3
53
  marshmallow==3.20.1
54
  matplotlib==3.8.1
55
  matplotlib-inline==0.1.6
56
  mdurl==0.1.2
 
57
  multidict==6.0.4
58
  mypy-extensions==1.0.0
 
59
  nest-asyncio==1.5.8
 
60
  numpy==1.26.1
61
  openai==0.28.1
62
  orjson==3.9.10
63
  packaging==23.2
64
  pandas==2.1.2
65
  parso==0.8.3
 
66
  pexpect==4.8.0
67
  Pillow==10.1.0
68
  pip==23.3.1
69
  platformdirs==3.11.0
 
70
  prompt-toolkit==3.0.39
71
  psutil==5.9.6
72
  ptyprocess==0.7.0
@@ -76,6 +88,7 @@ pydantic_core==2.10.1
76
  pydub==0.25.1
77
  Pygments==2.16.1
78
  pyparsing==3.1.1
 
79
  python-dateutil==2.8.2
80
  python-multipart==0.0.6
81
  pytz==2023.3.post1
@@ -86,21 +99,28 @@ regex==2023.10.3
86
  requests==2.31.0
87
  rich==13.6.0
88
  rpds-py==0.12.0
 
89
  semantic-version==2.10.0
90
  setuptools==65.5.0
91
  shellingham==1.5.4
92
  six==1.16.0
93
  sniffio==1.3.0
 
94
  SQLAlchemy==2.0.23
95
  stack-data==0.6.3
96
  starlette==0.27.0
 
97
  tenacity==8.2.3
98
  tiktoken==0.5.1
 
99
  tomlkit==0.12.0
100
  toolz==0.12.0
 
 
101
  tornado==6.3.3
102
  tqdm==4.66.1
103
  traitlets==5.13.0
 
104
  typer==0.9.0
105
  typing_extensions==4.8.0
106
  typing-inspect==0.9.0
@@ -109,4 +129,5 @@ urllib3==2.0.7
109
  uvicorn==0.24.0.post1
110
  wcwidth==0.2.9
111
  websockets==11.0.3
 
112
  yarl==1.9.2
 
8
  asttokens==2.4.1
9
  async-timeout==4.0.3
10
  attrs==23.1.0
11
+ beautifulsoup4==4.12.2
12
+ bs4==0.0.1
13
  certifi==2023.7.22
14
  charset-normalizer==3.3.2
15
  click==8.1.7
 
24
  executing==2.0.1
25
  faiss-cpu==1.7.4
26
  fastapi==0.104.1
27
+ fastjsonschema==2.19.0
28
  ffmpy==0.3.1
29
  filelock==3.13.1
30
  fonttools==4.44.0
31
  frozenlist==1.4.0
32
  fsspec==2023.10.0
33
+ fuzzywuzzy==0.18.0
34
  gradio==4.1.1
35
  gradio_client==0.7.0
36
  h11==0.14.0
37
  httpcore==1.0.1
38
  httpx==0.25.1
39
+ huggingface-hub==0.19.4
40
  idna==3.4
41
  importlib-resources==6.1.1
42
  ipykernel==6.26.0
 
50
  jupyter_client==8.6.0
51
  jupyter_core==5.5.0
52
  kiwisolver==1.4.5
53
+ langchain==0.0.347
54
+ langchain-core==0.0.11
55
+ langchain-experimental==0.0.44
56
+ langsmith==0.0.69
57
+ llamaapi==0.1.36
58
  markdown-it-py==3.0.0
59
  MarkupSafe==2.1.3
60
  marshmallow==3.20.1
61
  matplotlib==3.8.1
62
  matplotlib-inline==0.1.6
63
  mdurl==0.1.2
64
+ mpmath==1.3.0
65
  multidict==6.0.4
66
  mypy-extensions==1.0.0
67
+ nbformat==5.9.2
68
  nest-asyncio==1.5.8
69
+ networkx==3.2.1
70
  numpy==1.26.1
71
  openai==0.28.1
72
  orjson==3.9.10
73
  packaging==23.2
74
  pandas==2.1.2
75
  parso==0.8.3
76
+ pdfkit==1.0.0
77
  pexpect==4.8.0
78
  Pillow==10.1.0
79
  pip==23.3.1
80
  platformdirs==3.11.0
81
+ plotly==5.18.0
82
  prompt-toolkit==3.0.39
83
  psutil==5.9.6
84
  ptyprocess==0.7.0
 
88
  pydub==0.25.1
89
  Pygments==2.16.1
90
  pyparsing==3.1.1
91
+ pypdf==3.17.1
92
  python-dateutil==2.8.2
93
  python-multipart==0.0.6
94
  pytz==2023.3.post1
 
99
  requests==2.31.0
100
  rich==13.6.0
101
  rpds-py==0.12.0
102
+ safetensors==0.4.1
103
  semantic-version==2.10.0
104
  setuptools==65.5.0
105
  shellingham==1.5.4
106
  six==1.16.0
107
  sniffio==1.3.0
108
+ soupsieve==2.5
109
  SQLAlchemy==2.0.23
110
  stack-data==0.6.3
111
  starlette==0.27.0
112
+ sympy==1.12
113
  tenacity==8.2.3
114
  tiktoken==0.5.1
115
+ tokenizers==0.15.0
116
  tomlkit==0.12.0
117
  toolz==0.12.0
118
+ torch==2.1.1
119
+ torchaudio==2.1.1
120
  tornado==6.3.3
121
  tqdm==4.66.1
122
  traitlets==5.13.0
123
+ transformers==4.36.0
124
  typer==0.9.0
125
  typing_extensions==4.8.0
126
  typing-inspect==0.9.0
 
129
  uvicorn==0.24.0.post1
130
  wcwidth==0.2.9
131
  websockets==11.0.3
132
+ wkhtmltopdf==0.2
133
  yarl==1.9.2