mvasim commited on
Commit
4ecc6c6
1 Parent(s): 771e453

requirements file added

Browse files
Files changed (1) hide show
  1. requirements.txt +88 -0
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.3
3
+ aiosignal==1.3.1
4
+ altair==5.2.0
5
+ annotated-types==0.6.0
6
+ anyio==4.2.0
7
+ async-timeout==4.0.3
8
+ attrs==23.2.0
9
+ certifi==2024.2.2
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ contourpy==1.2.0
14
+ cycler==0.12.1
15
+ dataclasses-json==0.6.4
16
+ diskcache==5.6.3
17
+ exceptiongroup==1.2.0
18
+ fastapi==0.109.2
19
+ ffmpy==0.3.2
20
+ filelock==3.13.1
21
+ fonttools==4.49.0
22
+ frozenlist==1.4.1
23
+ fsspec==2024.2.0
24
+ gradio==4.19.1
25
+ gradio_client==0.10.0
26
+ greenlet==3.0.3
27
+ h11==0.14.0
28
+ hf_transfer==0.1.5
29
+ httpcore==1.0.3
30
+ httpx==0.26.0
31
+ huggingface-hub==0.20.3
32
+ idna==3.6
33
+ importlib-resources==6.1.1
34
+ Jinja2==3.1.3
35
+ jsonpatch==1.33
36
+ jsonpointer==2.4
37
+ jsonschema==4.21.1
38
+ jsonschema-specifications==2023.12.1
39
+ kiwisolver==1.4.5
40
+ langchain==0.1.7
41
+ langchain-community==0.0.20
42
+ langchain-core==0.1.23
43
+ langsmith==0.0.87
44
+ llama_cpp_python==0.2.44
45
+ markdown-it-py==3.0.0
46
+ MarkupSafe==2.1.5
47
+ marshmallow==3.20.2
48
+ matplotlib==3.8.3
49
+ mdurl==0.1.2
50
+ multidict==6.0.5
51
+ mypy-extensions==1.0.0
52
+ numpy==1.26.4
53
+ orjson==3.9.14
54
+ packaging==23.2
55
+ pandas==2.2.0
56
+ pillow==10.2.0
57
+ pydantic==2.6.1
58
+ pydantic_core==2.16.2
59
+ pydub==0.25.1
60
+ Pygments==2.17.2
61
+ pyparsing==3.1.1
62
+ python-dateutil==2.8.2
63
+ python-multipart==0.0.9
64
+ pytz==2024.1
65
+ PyYAML==6.0.1
66
+ referencing==0.33.0
67
+ requests==2.31.0
68
+ rich==13.7.0
69
+ rpds-py==0.18.0
70
+ ruff==0.2.2
71
+ semantic-version==2.10.0
72
+ shellingham==1.5.4
73
+ six==1.16.0
74
+ sniffio==1.3.0
75
+ SQLAlchemy==2.0.27
76
+ starlette==0.36.3
77
+ tenacity==8.2.3
78
+ tomlkit==0.12.0
79
+ toolz==0.12.1
80
+ tqdm==4.66.2
81
+ typer==0.9.0
82
+ typing-inspect==0.9.0
83
+ typing_extensions==4.9.0
84
+ tzdata==2024.1
85
+ urllib3==2.2.1
86
+ uvicorn==0.27.1
87
+ websockets==11.0.3
88
+ yarl==1.9.4