Koshti10 commited on
Commit
858871d
·
1 Parent(s): 2d263bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +92 -4
requirements.txt CHANGED
@@ -1,7 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  faiss-gpu==1.7.2
 
 
 
 
 
 
2
  gradio==3.45.0
3
- tiktoken==0.5.1
4
- PyPDF2==3.0.1
5
- pandas==2.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  openai==0.28.1
7
- langchain==0.0.331
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.6
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ APScheduler==3.10.4
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ backports.zoneinfo==0.2.1
11
+ certifi==2023.7.22
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ colorama==0.4.6
15
+ contourpy==1.1.1
16
+ cycler==0.12.1
17
+ dataclasses-json==0.5.14
18
+ distro==1.8.0
19
+ exceptiongroup==1.1.3
20
  faiss-gpu==1.7.2
21
+ fastapi==0.104.1
22
+ ffmpy==0.3.1
23
+ filelock==3.13.1
24
+ fonttools==4.44.0
25
+ frozenlist==1.4.0
26
+ fsspec==2023.10.0
27
  gradio==3.45.0
28
+ gradio_client==0.5.2
29
+ greenlet==3.0.1
30
+ h11==0.14.0
31
+ httpcore==1.0.1
32
+ httpx==0.25.1
33
+ huggingface-hub==0.18.0
34
+ idna==3.4
35
+ importlib-resources==6.1.1
36
+ Jinja2==3.1.2
37
+ jsonpatch==1.33
38
+ jsonpointer==2.4
39
+ jsonschema==4.19.2
40
+ jsonschema-specifications==2023.7.1
41
+ kiwisolver==1.4.5
42
+ langchain==0.0.331
43
+ langsmith==0.0.60
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.3
46
+ marshmallow==3.20.1
47
+ matplotlib==3.7.3
48
+ mdurl==0.1.2
49
+ multidict==6.0.4
50
+ mypy-extensions==1.0.0
51
+ numexpr==2.8.6
52
+ numpy==1.24.4
53
  openai==0.28.1
54
+ openapi-schema-pydantic==1.2.4
55
+ orjson==3.9.10
56
+ packaging==23.2
57
+ pandas==2.0.3
58
+ Pillow==10.1.0
59
+ pkgutil_resolve_name==1.3.10
60
+ pydantic==1.10.13
61
+ pydantic_core==2.10.1
62
+ pydub==0.25.1
63
+ Pygments==2.16.1
64
+ pyparsing==3.1.1
65
+ PyPDF2==3.0.1
66
+ python-dateutil==2.8.2
67
+ python-multipart==0.0.6
68
+ pytz==2023.3.post1
69
+ PyYAML==6.0.1
70
+ referencing==0.30.2
71
+ regex==2023.10.3
72
+ requests==2.31.0
73
+ rich==13.6.0
74
+ rpds-py==0.12.0
75
+ semantic-version==2.10.0
76
+ shellingham==1.5.4
77
+ six==1.16.0
78
+ sniffio==1.3.0
79
+ SQLAlchemy==2.0.23
80
+ starlette==0.27.0
81
+ tenacity==8.2.3
82
+ tiktoken==0.5.1
83
+ tomlkit==0.12.0
84
+ toolz==0.12.0
85
+ tqdm==4.66.1
86
+ typer==0.9.0
87
+ typing-inspect==0.9.0
88
+ typing_extensions==4.8.0
89
+ tzdata==2023.3
90
+ tzlocal==5.2
91
+ urllib3==2.0.7
92
+ uvicorn==0.24.0.post1
93
+ websockets==11.0.3
94
+ yarl==1.9.2
95
+ zipp==3.17.0