nomnomnonono commited on
Commit
82183c6
·
1 Parent(s): a1e77ee

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -6
requirements.txt CHANGED
@@ -1,8 +1,80 @@
1
- notebook==6.5.3
2
- requests==2.30.0
 
 
 
 
 
 
 
 
3
  bs4==0.0.1
4
- pandas==2.0.1
5
- omegaconf==2.3.0
6
- opencv-python==4.7.0
7
- matplotlib==3.7.1
 
 
 
 
 
 
 
 
 
 
8
  gradio==3.28.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
+ aiosignal==1.3.1
5
+ altair==4.2.2
6
+ antlr4-python3-runtime==4.9.3
7
+ anyio==3.6.2
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ beautifulsoup4==4.12.2
11
  bs4==0.0.1
12
+ certifi==2022.12.7
13
+ cffi==1.15.1
14
+ charset-normalizer==3.1.0
15
+ click==8.1.3
16
+ contourpy==1.0.7
17
+ cycler==0.11.0
18
+ entrypoints==0.4
19
+ fastapi==0.95.1
20
+ ffmpy==0.3.0
21
+ filelock==3.12.0
22
+ flatbuffers==23.3.3
23
+ fonttools==4.39.3
24
+ frozenlist==1.3.3
25
+ fsspec==2023.4.0
26
  gradio==3.28.3
27
+ gradio_client==0.1.4
28
+ h11==0.14.0
29
+ httpcore==0.17.0
30
+ httpx==0.24.0
31
+ huggingface-hub==0.14.1
32
+ idna==3.4
33
+ importlib-resources==5.12.0
34
+ Jinja2==3.1.2
35
+ jsonschema==4.17.3
36
+ kiwisolver==1.4.4
37
+ linkify-it-py==2.0.2
38
+ markdown-it-py==2.2.0
39
+ MarkupSafe==2.1.2
40
+ matplotlib==3.7.1
41
+ mdit-py-plugins==0.3.3
42
+ mdurl==0.1.2
43
+ mediapipe==0.9.3.0
44
+ multidict==6.0.4
45
+ numpy==1.24.3
46
+ omegaconf==2.3.0
47
+ opencv-contrib-python==4.7.0.72
48
+ opencv-python==4.7.0.72
49
+ orjson==3.8.11
50
+ packaging==23.1
51
+ pandas==2.0.1
52
+ Pillow==9.5.0
53
+ protobuf==3.20.3
54
+ pycparser==2.21
55
+ pydantic==1.10.7
56
+ pydub==0.25.1
57
+ Pygments==2.15.1
58
+ pyparsing==3.0.9
59
+ pyrsistent==0.19.3
60
+ python-dateutil==2.8.2
61
+ python-multipart==0.0.6
62
+ pytz==2023.3
63
+ PyYAML==6.0
64
+ requests==2.30.0
65
+ semantic-version==2.10.0
66
+ six==1.16.0
67
+ sniffio==1.3.0
68
+ sounddevice==0.4.6
69
+ soupsieve==2.4.1
70
+ starlette==0.26.1
71
+ toolz==0.12.0
72
+ tqdm==4.65.0
73
+ typing_extensions==4.5.0
74
+ tzdata==2023.3
75
+ uc-micro-py==1.0.2
76
+ urllib3==2.0.2
77
+ uvicorn==0.22.0
78
+ websockets==11.0.2
79
+ yarl==1.9.2
80
+ zipp==3.15.0