datasense commited on
Commit
9860b3d
·
1 Parent(s): c9b5672

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +81 -0
requirements.txt ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.1.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ certifi==2023.7.22
10
+ charset-normalizer==3.2.0
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ contourpy==1.1.0
14
+ cycler==0.11.0
15
+ dataclasses-json==0.5.14
16
+ docopt==0.6.2
17
+ exceptiongroup==1.1.3
18
+ faiss-cpu==1.7.4
19
+ fastapi==0.103.1
20
+ ffmpy==0.3.1
21
+ filelock==3.12.3
22
+ fonttools==4.42.1
23
+ frozenlist==1.4.0
24
+ fsspec==2023.9.0
25
+ gradio==3.43.2
26
+ gradio_client==0.5.0
27
+ greenlet==2.0.2
28
+ h11==0.14.0
29
+ httpcore==0.17.3
30
+ httpx==0.24.1
31
+ huggingface-hub==0.16.4
32
+ idna==3.4
33
+ importlib-resources==6.0.1
34
+ Jinja2==3.1.2
35
+ jsonschema==4.19.0
36
+ jsonschema-specifications==2023.7.1
37
+ kiwisolver==1.4.5
38
+ langchain==0.0.285
39
+ langsmith==0.0.35
40
+ MarkupSafe==2.1.3
41
+ marshmallow==3.20.1
42
+ matplotlib==3.7.2
43
+ multidict==6.0.4
44
+ mypy-extensions==1.0.0
45
+ numexpr==2.8.5
46
+ numpy==1.25.2
47
+ openai==0.28.0
48
+ orjson==3.9.7
49
+ packaging==23.1
50
+ pandas==2.1.0
51
+ Pillow==10.0.0
52
+ pipreqs==0.4.13
53
+ pydantic==2.3.0
54
+ pydantic_core==2.6.3
55
+ pydub==0.25.1
56
+ pyparsing==3.0.9
57
+ python-dateutil==2.8.2
58
+ python-multipart==0.0.6
59
+ pytz==2023.3.post1
60
+ PyYAML==6.0.1
61
+ referencing==0.30.2
62
+ regex==2023.8.8
63
+ requests==2.31.0
64
+ rpds-py==0.10.2
65
+ semantic-version==2.10.0
66
+ six==1.16.0
67
+ sniffio==1.3.0
68
+ SQLAlchemy==2.0.20
69
+ starlette==0.27.0
70
+ tenacity==8.2.3
71
+ tiktoken==0.4.0
72
+ toolz==0.12.0
73
+ tqdm==4.66.1
74
+ typing-inspect==0.9.0
75
+ typing_extensions==4.7.1
76
+ tzdata==2023.3
77
+ urllib3==2.0.4
78
+ uvicorn==0.23.2
79
+ websockets==11.0.3
80
+ yarg==0.1.9
81
+ yarl==1.9.2