plutosss commited on
Commit
42911c7
·
verified ·
1 Parent(s): a1fbd3e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +141 -138
requirements.txt CHANGED
@@ -1,138 +1,141 @@
1
- absl-py==2.1.0
2
- aiofiles==23.2.1
3
- aiohttp==3.9.5
4
- aiosignal==1.3.1
5
- altair==5.3.0
6
- annotated-types==0.7.0
7
- anyio==4.4.0
8
- astunparse==1.6.3
9
- async-timeout==4.0.3
10
- attrs==23.2.0
11
- certifi==2024.7.4
12
- cffi==1.16.0
13
- charset-normalizer==3.3.2
14
- click==8.1.7
15
- colorama==0.4.6
16
- contourpy==1.2.1
17
- cv2ext==0.0.13
18
- cycler==0.12.1
19
- dnspython==2.6.1
20
- email_validator==2.2.0
21
- exceptiongroup==1.2.2
22
- fastapi==0.111.1
23
- fastapi-cli==0.0.4
24
- ffmpy==0.3.2
25
- filelock==3.15.4
26
- flatbuffers==24.3.25
27
- fonttools==4.53.1
28
- frozenlist==1.4.1
29
- fsspec==2024.6.1
30
- gast==0.6.0
31
- google-pasta==0.2.0
32
- gradio==3.23.0
33
- gradio_client==1.1.0
34
- grpcio==1.65.4
35
- h11==0.14.0
36
- h5py==3.11.0
37
- httpcore==1.0.5
38
- httptools==0.6.1
39
- httpx==0.27.0
40
- huggingface-hub==0.24.0
41
- idna==3.7
42
- imageio==2.34.2
43
- importlib_resources==6.4.0
44
- intel-openmp==2021.4.0
45
- Jinja2==3.1.4
46
- joblib==1.4.2
47
- jsonschema==4.23.0
48
- jsonschema-specifications==2023.12.1
49
- keras==3.4.1
50
- kiwisolver==1.4.5
51
- kornia==0.7.3
52
- kornia_rs==0.1.5
53
- lazy_loader==0.4
54
- libclang==18.1.1
55
- linkify-it-py==2.0.3
56
- Markdown==3.6
57
- markdown-it-py==2.2.0
58
- MarkupSafe==2.1.5
59
- matplotlib==3.9.1
60
- mdit-py-plugins==0.3.3
61
- mdurl==0.1.2
62
- mkl==2021.4.0
63
- ml-dtypes==0.4.0
64
- mpmath==1.3.0
65
- multidict==6.0.5
66
- namex==0.0.8
67
- networkx==3.3
68
- numpy==1.26.4
69
- opencv-contrib-python==4.10.0.84
70
- opt-einsum==3.3.0
71
- optree==0.12.1
72
- orjson==3.10.6
73
- outcome==1.3.0.post0
74
- packaging==24.1
75
- pandas==2.2.2
76
- pillow==10.4.0
77
- protobuf==4.25.4
78
- pycparser==2.22
79
- pydantic==2.8.2
80
- pydantic_core==2.20.1
81
- pydub==0.25.1
82
- Pygments==2.18.0
83
- pyparsing==3.1.2
84
- PySocks==1.7.1
85
- python-dateutil==2.9.0.post0
86
- python-dotenv==1.0.1
87
- python-multipart==0.0.9
88
- pytz==2024.1
89
- PyYAML==6.0.1
90
- referencing==0.35.1
91
- requests==2.32.3
92
- rich==13.7.1
93
- rpds-py==0.19.0
94
- ruff==0.5.4
95
- scikit-image==0.24.0
96
- scikit-learn==1.5.1
97
- scipy==1.14.0
98
- selenium==4.23.1
99
- semantic-version==2.10.0
100
- shellingham==1.5.4
101
- six==1.16.0
102
- sniffio==1.3.1
103
- sortedcontainers==2.4.0
104
- starlette==0.37.2
105
- sympy==1.13.1
106
- tbb==2021.13.0
107
- tensorboard==2.17.0
108
- tensorboard-data-server==0.7.2
109
- tensorflow==2.17.0
110
- tensorflow-intel==2.17.0
111
- tensorflow-io-gcs-filesystem==0.31.0
112
- termcolor==2.4.0
113
- thop==0.1.1.post2209072238
114
- threadpoolctl==3.5.0
115
- tifffile==2024.7.21
116
- tomlkit==0.12.0
117
- toolz==0.12.1
118
- torch==2.3.1
119
- torchaudio==2.3.1
120
- torchvision==0.18.1
121
- tqdm==4.66.4
122
- trio==0.26.0
123
- trio-websocket==0.11.1
124
- typer==0.12.3
125
- typing_extensions==4.12.2
126
- tzdata==2024.1
127
- uc-micro-py==1.0.3
128
- urllib3==2.2.2
129
- uvicorn==0.30.3
130
- watchfiles==0.22.0
131
- webdriver-manager==4.0.2
132
- websocket-client==1.8.0
133
- websockets==11.0.3
134
- Werkzeug==3.0.3
135
- wordcloud==1.9.3
136
- wrapt==1.16.0
137
- wsproto==1.2.0
138
- yarl==1.9.4
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.5
4
+ aiosignal==1.3.1
5
+ altair==5.3.0
6
+ annotated-types==0.7.0
7
+ anyio==4.4.0
8
+ astunparse==1.6.3
9
+ async-timeout==4.0.3
10
+ attrs==23.2.0
11
+ certifi==2024.7.4
12
+ cffi==1.16.0
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ colorama==0.4.6
16
+ contourpy==1.2.1
17
+ cv2ext==0.0.13
18
+ cycler==0.12.1
19
+ dnspython==2.6.1
20
+ email_validator==2.2.0
21
+ exceptiongroup==1.2.2
22
+ fastapi==0.111.1
23
+ fastapi-cli==0.0.4
24
+ ffmpy==0.3.2
25
+ filelock==3.15.4
26
+ flatbuffers==24.3.25
27
+ fonttools==4.53.1
28
+ frozenlist==1.4.1
29
+ fsspec==2024.6.1
30
+ gast==0.6.0
31
+ google-pasta==0.2.0
32
+ gradio==3.23.0
33
+ gradio_client==1.1.0
34
+ grpcio==1.65.4
35
+ h11==0.14.0
36
+ h5py==3.11.0
37
+ httpcore==1.0.5
38
+ httptools==0.6.1
39
+ httpx==0.27.0
40
+ huggingface-hub==0.24.0
41
+ idna==3.7
42
+ imageio==2.34.2
43
+ importlib_resources==6.4.0
44
+ intel-openmp==2021.4.0
45
+ Jinja2==3.1.4
46
+ joblib==1.4.2
47
+ jsonschema==4.23.0
48
+ jsonschema-specifications==2023.12.1
49
+ keras==3.4.1
50
+ kiwisolver==1.4.5
51
+ kornia==0.7.3
52
+ kornia_rs==0.1.5
53
+ lazy_loader==0.4
54
+ libclang==18.1.1
55
+ linkify-it-py==2.0.3
56
+ Markdown==3.6
57
+ markdown-it-py==2.2.0
58
+ MarkupSafe==2.1.5
59
+ matplotlib==3.9.1
60
+ mdit-py-plugins==0.3.3
61
+ mdurl==0.1.2
62
+ mkl==2021.4.0
63
+ ml-dtypes==0.4.0
64
+ mpmath==1.3.0
65
+ multidict==6.0.5
66
+ namex==0.0.8
67
+ networkx==3.3
68
+ numpy==1.26.4
69
+ opencv-contrib-python==4.10.0.84
70
+ opt-einsum==3.3.0
71
+ optree==0.12.1
72
+ orjson==3.10.6
73
+ outcome==1.3.0.post0
74
+ packaging==24.1
75
+ pandas==2.2.2
76
+ pillow==10.4.0
77
+ protobuf==4.25.4
78
+ pycparser==2.22
79
+ pydantic==2.8.2
80
+ pydantic_core==2.20.1
81
+ pydub==0.25.1
82
+ Pygments==2.18.0
83
+ pyparsing==3.1.2
84
+ PySocks==1.7.1
85
+ python-dateutil==2.9.0.post0
86
+ python-dotenv==1.0.1
87
+ python-multipart==0.0.9
88
+ pytz==2024.1
89
+ PyYAML==6.0.1
90
+ referencing==0.35.1
91
+ requests==2.32.3
92
+ rich==13.7.1
93
+ rpds-py==0.19.0
94
+ ruff==0.5.4
95
+ scikit-image==0.24.0
96
+ scikit-learn==1.5.1
97
+ scipy==1.14.0
98
+ selenium==4.23.1
99
+ semantic-version==2.10.0
100
+ shellingham==1.5.4
101
+ six==1.16.0
102
+ sniffio==1.3.1
103
+ sortedcontainers==2.4.0
104
+ starlette==0.37.2
105
+ sympy==1.13.1
106
+ tbb==2021.13.0
107
+ tensorboard==2.17.0
108
+ tensorboard-data-server==0.7.2
109
+ tensorflow==2.17.0
110
+ tensorflow-intel==2.12.0
111
+ tensorflow-io-gcs-filesystem==0.31.0
112
+ termcolor==2.4.0
113
+ thop==0.1.1.post2209072238
114
+ threadpoolctl==3.5.0
115
+ tifffile==2024.7.21
116
+ tomlkit==0.12.0
117
+ toolz==0.12.1
118
+ torch==2.3.1
119
+ torchaudio==2.3.1
120
+ torchvision==0.18.1
121
+ tqdm==4.66.4
122
+ trio==0.26.0
123
+ trio-websocket==0.11.1
124
+ typer==0.12.3
125
+ typing_extensions==4.12.2
126
+ tzdata==2024.1
127
+ uc-micro-py==1.0.3
128
+ urllib3==2.2.2
129
+ uvicorn==0.30.3
130
+ watchfiles==0.22.0
131
+ webdriver-manager==4.0.2
132
+ websocket-client==1.8.0
133
+ websockets==11.0.3
134
+ Werkzeug==3.0.3
135
+ wordcloud==1.9.3
136
+ wrapt==1.16.0
137
+ wsproto==1.2.0
138
+ yarl==1.9.4
139
+ gradio
140
+ Pillow
141
+ numpy