chandrakalagowda commited on
Commit
c983a75
1 Parent(s): f916932

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +127 -0
requirements.txt ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.0
7
+ appnope==0.1.3
8
+ asttokens==2.2.1
9
+ async-timeout==4.0.2
10
+ attrs==23.1.0
11
+ backcall==0.2.0
12
+ bleach==6.0.0
13
+ certifi==2023.5.7
14
+ charset-normalizer==3.1.0
15
+ click==8.1.3
16
+ comm==0.1.3
17
+ contourpy==1.1.0
18
+ cycler==0.11.0
19
+ debugpy==1.6.7
20
+ decorator==5.1.1
21
+ docutils==0.20.1
22
+ environs==9.5.0
23
+ executing==1.2.0
24
+ fastapi==0.99.1
25
+ ffmpy==0.3.0
26
+ filelock==3.12.2
27
+ fonttools==4.40.0
28
+ frozenlist==1.3.3
29
+ fsspec==2023.6.0
30
+ gradio==3.35.2
31
+ gradio_client==0.2.7
32
+ grpcio==1.53.0
33
+ h11==0.14.0
34
+ httpcore==0.17.2
35
+ httpx==0.24.1
36
+ huggingface-hub==0.15.1
37
+ idna==3.4
38
+ importlib-metadata==6.7.0
39
+ ipykernel==6.24.0
40
+ ipython==8.14.0
41
+ jaraco.classes==3.2.3
42
+ jedi==0.18.2
43
+ Jinja2==3.1.2
44
+ jsonschema==4.17.3
45
+ jupyter_client==8.3.0
46
+ jupyter_core==5.3.1
47
+ keyring==24.2.0
48
+ kiwisolver==1.4.4
49
+ linkify-it-py==2.0.2
50
+ markdown-it-py==2.2.0
51
+ MarkupSafe==2.1.3
52
+ marshmallow==3.19.0
53
+ matplotlib==3.7.1
54
+ matplotlib-inline==0.1.6
55
+ mdit-py-plugins==0.3.3
56
+ mdurl==0.1.2
57
+ milvus==2.2.10
58
+ more-itertools==9.1.0
59
+ mpmath==1.3.0
60
+ multidict==6.0.4
61
+ nest-asyncio==1.5.6
62
+ networkx==3.1
63
+ numpy==1.25.0
64
+ opencv-python==4.8.0.74
65
+ orjson==3.9.1
66
+ packaging==23.1
67
+ pandas==2.0.3
68
+ parso==0.8.3
69
+ pexpect==4.8.0
70
+ pickleshare==0.7.5
71
+ Pillow==10.0.0
72
+ pkginfo==1.9.6
73
+ platformdirs==3.8.0
74
+ prompt-toolkit==3.0.38
75
+ protobuf==4.23.3
76
+ psutil==5.9.5
77
+ ptyprocess==0.7.0
78
+ pure-eval==0.2.2
79
+ pydantic==1.10.10
80
+ pydantic_core==2.0.1
81
+ pydub==0.25.1
82
+ Pygments==2.15.1
83
+ pymilvus==2.2.11
84
+ pyparsing==3.1.0
85
+ pyrsistent==0.19.3
86
+ python-dateutil==2.8.2
87
+ python-dotenv==1.0.0
88
+ python-multipart==0.0.6
89
+ pytz==2023.3
90
+ PyYAML==6.0
91
+ pyzmq==25.1.0
92
+ readme-renderer==40.0
93
+ regex==2023.6.3
94
+ requests==2.31.0
95
+ requests-toolbelt==1.0.0
96
+ rfc3986==2.0.0
97
+ rich==13.4.2
98
+ safetensors==0.3.1
99
+ semantic-version==2.10.0
100
+ six==1.16.0
101
+ sniffio==1.3.0
102
+ stack-data==0.6.2
103
+ starlette==0.27.0
104
+ sympy==1.12
105
+ tabulate==0.9.0
106
+ tenacity==8.2.2
107
+ tokenizers==0.13.3
108
+ toolz==0.12.0
109
+ torch==2.0.1
110
+ torchvision==0.15.2
111
+ tornado==6.3.2
112
+ towhee==1.1.0
113
+ tqdm==4.65.0
114
+ traitlets==5.9.0
115
+ transformers==4.30.2
116
+ twine==4.0.2
117
+ typing_extensions==4.7.1
118
+ tzdata==2023.3
119
+ uc-micro-py==1.0.2
120
+ ujson==5.8.0
121
+ urllib3==2.0.3
122
+ uvicorn==0.22.0
123
+ wcwidth==0.2.6
124
+ webencodings==0.5.1
125
+ websockets==11.0.3
126
+ yarl==1.9.2
127
+ zipp==3.15.0