ebegen commited on
Commit
166741e
1 Parent(s): 3c71db0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -157
requirements.txt CHANGED
@@ -1,159 +1,3 @@
1
- absl-py==2.0.0
2
- aiofiles==23.2.1
3
- altair==5.1.2
4
- annotated-types==0.6.0
5
- antlr4-python3-runtime==4.9.3
6
- anyio==3.7.1
7
- asttokens==2.2.1
8
- attrs==23.1.0
9
- backcall==0.2.0
10
- backports.functools-lru-cache==1.6.5
11
- blinker==1.7.0
12
- brotlipy==0.7.0
13
- cachetools==5.3.1
14
- certifi==2022.12.7
15
- cffi==1.15.1
16
- chardet==4.0.0
17
- charset-normalizer==2.0.4
18
- click==8.1.7
19
- colorama==0.4.6
20
- comm==0.1.4
21
- contourpy==1.1.0
22
- cryptography==41.0.3
23
- cycler==0.10.0
24
- debugpy==1.6.7
25
- decorator==5.1.1
26
- distro==1.8.0
27
- easyocr==1.7.0
28
- exceptiongroup==1.1.3
29
- executing==1.2.0
30
- fastapi==0.104.1
31
- ffmpy==0.3.1
32
- filelock==3.12.3
33
  Flask==3.0.0
34
- fonttools==4.42.1
35
- fsspec==2023.10.0
36
- gitdb==4.0.10
37
- GitPython==3.1.37
38
- google-auth==2.23.3
39
- google-auth-oauthlib==1.0.0
40
- gradio==4.1.1
41
- gradio_client==0.7.0
42
- grpcio==1.59.0
43
- h11==0.14.0
44
- httpcore==1.0.1
45
- httpx==0.25.1
46
- huggingface-hub==0.18.0
47
- hydra-core==1.3.2
48
- idna==2.10
49
- imageio==2.31.2
50
- importlib-metadata==6.8.0
51
- importlib-resources==6.0.1
52
- ipykernel==6.25.1
53
- ipython==8.14.0
54
- itsdangerous==2.1.2
55
- jedi==0.19.0
56
- Jinja2==3.1.2
57
- jsonschema==4.19.2
58
- jsonschema-specifications==2023.7.1
59
- jupyter_client==8.3.1
60
- jupyter_core==5.3.1
61
- kiwisolver==1.4.5
62
- lazy_loader==0.3
63
- Markdown==3.5
64
- markdown-it-py==3.0.0
65
- MarkupSafe==2.1.1
66
- matplotlib==3.7.2
67
- matplotlib-inline==0.1.6
68
- mdurl==0.1.2
69
- mkl-fft==1.3.6
70
- mkl-random==1.2.2
71
- mkl-service==2.4.0
72
- mpmath==1.3.0
73
- nest-asyncio==1.5.6
74
- networkx==3.1
75
- ninja==1.11.1
76
- numpy==1.25.2
77
- oauthlib==3.2.2
78
- omegaconf==2.3.0
79
  openai==1.3.7
80
- opencv-python==4.8.0.76
81
- opencv-python-headless==4.8.0.76
82
- orjson==3.9.10
83
- packaging==23.1
84
- pandas==2.1.1
85
- parso==0.8.3
86
- pickleshare==0.7.5
87
- Pillow==9.5.0
88
- pip==23.2.1
89
- platformdirs==3.10.0
90
- prompt-toolkit==3.0.39
91
- protobuf==4.24.4
92
- psutil==5.9.0
93
- pure-eval==0.2.2
94
- pyasn1==0.5.0
95
- pyasn1-modules==0.3.0
96
- pyclipper==1.3.0.post4
97
- pycparser==2.21
98
- pydantic==2.4.2
99
- pydantic_core==2.10.1
100
- pydub==0.25.1
101
- Pygments==2.16.1
102
- pyOpenSSL==23.2.0
103
- pyparsing==2.4.7
104
- PySocks==1.7.1
105
- python-bidi==0.4.2
106
- python-dateutil==2.8.2
107
- python-dotenv==1.0.0
108
- python-multipart==0.0.6
109
- pytz==2023.3.post1
110
- PyWavelets==1.4.1
111
- PyYAML==6.0.1
112
- pyzmq==23.2.1
113
- referencing==0.30.2
114
- requests==2.31.0
115
- requests-oauthlib==1.3.1
116
- requests-toolbelt==1.0.0
117
- rich==13.6.0
118
- roboflow==1.1.4
119
- rpds-py==0.12.0
120
- rsa==4.9
121
- scikit-image==0.21.0
122
- scipy==1.11.2
123
- seaborn==0.13.0
124
- semantic-version==2.10.0
125
- setuptools==68.0.0
126
- shapely==2.0.1
127
- shellingham==1.5.4
128
- six==1.16.0
129
- smmap==5.0.1
130
- sniffio==1.3.0
131
- stack-data==0.6.2
132
- starlette==0.27.0
133
- supervision==0.13.0
134
- sympy==1.11.1
135
- tensorboard==2.14.1
136
- tensorboard-data-server==0.7.1
137
- thop==0.1.1.post2209072238
138
- tifffile==2023.8.30
139
- tomlkit==0.12.0
140
- toolz==0.12.0
141
- torch==2.1.0
142
- torchaudio==2.0.2+cu118
143
- torchvision==0.15.2
144
- tornado==6.2
145
- tqdm==4.66.1
146
- traitlets==5.9.0
147
- typer==0.9.0
148
- typing_extensions==4.8.0
149
- tzdata==2023.3
150
- ultralytics==8.0.3
151
- urllib3==1.26.16
152
- uvicorn==0.24.0.post1
153
- wcwidth==0.2.6
154
- websockets==11.0.3
155
- Werkzeug==3.0.0
156
- wget==3.2
157
- wheel==0.38.4
158
- win-inet-pton==1.1.0
159
- zipp==3.16.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Flask==3.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  openai==1.3.7
3
+ gradio==4.1.1