bluestarburst commited on
Commit
e74281b
·
1 Parent(s): 5236f8a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +137 -0
requirements.txt ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ antlr4-python3-runtime==4.9.3
7
+ anyio==3.7.1
8
+ appdirs==1.4.4
9
+ asttokens==2.4.1
10
+ async-timeout==4.0.3
11
+ attrs==23.1.0
12
+ backports.functools-lru-cache==1.6.5
13
+ beautifulsoup4==4.12.2
14
+ Brotli==1.1.0
15
+ certifi==2023.7.22
16
+ charset-normalizer==3.3.2
17
+ click==8.1.7
18
+ cmake==3.27.7
19
+ colorama==0.4.6
20
+ comm==0.1.4
21
+ contourpy==1.2.0
22
+ cycler==0.12.1
23
+ debugpy==1.8.0
24
+ decorator==5.1.1
25
+ decord==0.6.0
26
+ diffusers==0.11.1
27
+ docker-pycreds==0.4.0
28
+ einops==0.7.0
29
+ exceptiongroup==1.1.3
30
+ executing==2.0.1
31
+ fairscale==0.4.13
32
+ fastapi==0.104.1
33
+ ffmpy==0.3.1
34
+ filelock==3.13.1
35
+ fonttools==4.44.3
36
+ frozenlist==1.4.0
37
+ fsspec==2023.10.0
38
+ gdown==4.7.1
39
+ gitdb==4.0.11
40
+ GitPython==3.1.40
41
+ gradio==4.3.0
42
+ gradio_client==0.7.0
43
+ h11==0.14.0
44
+ httpcore==1.0.2
45
+ httpx==0.25.1
46
+ huggingface-hub==0.19.3
47
+ idna==3.4
48
+ imageio==2.27.0
49
+ importlib-metadata==6.8.0
50
+ importlib-resources==6.1.1
51
+ ipykernel==6.26.0
52
+ ipython==8.17.2
53
+ jedi==0.19.1
54
+ Jinja2==3.1.2
55
+ jsonschema==4.19.2
56
+ jsonschema-specifications==2023.11.1
57
+ jupyter_client==8.6.0
58
+ jupyter_core==5.5.0
59
+ kiwisolver==1.4.5
60
+ markdown-it-py==3.0.0
61
+ MarkupSafe==2.1.3
62
+ matplotlib==3.8.1
63
+ matplotlib-inline==0.1.6
64
+ mdurl==0.1.2
65
+ multidict==6.0.4
66
+ mypy-extensions==1.0.0
67
+ nest-asyncio==1.5.8
68
+ numpy==1.26.0
69
+ omegaconf==2.3.0
70
+ opencv-python==4.8.1.78
71
+ orjson==3.9.10
72
+ packaging==23.2
73
+ pandas==2.1.3
74
+ parso==0.8.3
75
+ pickleshare==0.7.5
76
+ Pillow==10.1.0
77
+ pip==23.3.1
78
+ platformdirs==4.0.0
79
+ prompt-toolkit==3.0.41
80
+ protobuf==4.25.0
81
+ psutil==5.9.5
82
+ pure-eval==0.2.2
83
+ pydantic==2.5.1
84
+ pydantic_core==2.14.3
85
+ pydub==0.25.1
86
+ Pygments==2.16.1
87
+ pyparsing==3.1.1
88
+ pyre-extensions==0.0.23
89
+ PySocks==1.7.1
90
+ python-dateutil==2.8.2
91
+ python-multipart==0.0.6
92
+ pytz==2023.3.post1
93
+ PyYAML==6.0.1
94
+ pyzmq==25.1.1
95
+ referencing==0.31.0
96
+ regex==2023.10.3
97
+ requests==2.31.0
98
+ rich==13.7.0
99
+ rpds-py==0.12.0
100
+ safetensors==0.4.0
101
+ semantic-version==2.10.0
102
+ sentry-sdk==1.35.0
103
+ setproctitle==1.3.3
104
+ setuptools==68.2.2
105
+ shellingham==1.5.4
106
+ six==1.16.0
107
+ smmap==5.0.1
108
+ sniffio==1.3.0
109
+ soupsieve==2.5
110
+ stack-data==0.6.2
111
+ starlette==0.27.0
112
+ timm==0.9.10
113
+ tokenizers==0.13.3
114
+ tomlkit==0.12.0
115
+ toolz==0.12.0
116
+ torch==1.13.1
117
+ torchaudio==0.13.1
118
+ torchvision==0.14.1
119
+ tornado==6.3.3
120
+ tqdm==4.66.1
121
+ traitlets==5.13.0
122
+ transformers==4.25.1
123
+ triton==2.0.0
124
+ typer==0.9.0
125
+ typing_extensions==4.8.0
126
+ typing-inspect==0.9.0
127
+ tzdata==2023.3
128
+ urllib3==2.1.0
129
+ uvicorn==0.24.0.post1
130
+ wandb==0.16.0
131
+ wcwidth==0.2.10
132
+ websockets==11.0.3
133
+ wheel==0.41.3
134
+ win-inet-pton==1.1.0
135
+ xformers==0.0.16
136
+ yarl==1.9.2
137
+ zipp==3.17.0