hafidhsoekma commited on
Commit
886aa83
1 Parent(s): 49bceed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +126 -125
requirements.txt CHANGED
@@ -1,125 +1,126 @@
1
- aiohttp==3.8.4
2
- aiosignal==1.3.1
3
- albumentations==1.3.0
4
- altair==4.2.2
5
- async-timeout==4.0.2
6
- attrs==22.2.0
7
- backports.zoneinfo==0.2.1
8
- beautifulsoup4==4.11.2
9
- black==23.1.0
10
- blinker==1.5
11
- cachetools==5.3.0
12
- certifi==2022.12.7
13
- charset-normalizer==3.0.1
14
- click==8.1.3
15
- colorama==0.4.6
16
- contourpy==1.0.7
17
- cycler==0.11.0
18
- decorator==5.1.1
19
- docopt==0.6.2
20
- entrypoints==0.4
21
- Faker==17.6.0
22
- favicon==0.7.0
23
- filelock==3.9.0
24
- flake8==6.0.0
25
- fonttools==4.38.0
26
- frozenlist==1.3.3
27
- fsspec==2023.1.0
28
- gitdb==4.0.10
29
- GitPython==3.1.31
30
- grad-cam==1.4.6
31
- htbuilder==0.6.1
32
- huggingface-hub==0.12.1
33
- idna==3.4
34
- imageio==2.26.0
35
- importlib-metadata==6.0.0
36
- importlib-resources==5.12.0
37
- Jinja2==3.1.2
38
- joblib==1.2.0
39
- jsonschema==4.17.3
40
- kiwisolver==1.4.4
41
- lazy-loader==0.1
42
- lightning-utilities==0.7.1
43
- lxml==4.9.2
44
- Markdown==3.4.1
45
- markdown-it-py==2.2.0
46
- markdownlit==0.0.5
47
- MarkupSafe==2.1.2
48
- matplotlib==3.7.0
49
- mccabe==0.7.0
50
- mdurl==0.1.2
51
- more-itertools==9.1.0
52
- multidict==6.0.4
53
- mypy-extensions==1.0.0
54
- networkx==3.0
55
- numpy==1.24.2
56
- opencv-python==4.7.0.72
57
- opencv-python-headless==4.7.0.72
58
- packaging==23.0
59
- pandas==1.5.3
60
- pathspec==0.11.0
61
- Pillow==9.4.0
62
- pkgutil-resolve-name==1.3.10
63
- platformdirs==3.1.0
64
- protobuf==3.20.3
65
- pyarrow==11.0.0
66
- pycodestyle==2.10.0
67
- pydeck==0.8.0
68
- pyflakes==3.0.1
69
- Pygments==2.14.0
70
- pymdown-extensions==9.9.2
71
- Pympler==1.0.1
72
- pyparsing==3.0.9
73
- pyrsistent==0.19.3
74
- python-dateutil==2.8.2
75
- pytorch-lightning==1.9.4
76
- pytz==2022.7.1
77
- pytz-deprecation-shim==0.1.0.post0
78
- PyWavelets==1.4.1
79
- PyYAML==6.0
80
- qudida==0.0.4
81
- regex==2022.10.31
82
- requests==2.28.2
83
- rich==13.3.1
84
- scikit-image==0.20.0
85
- scikit-learn==1.2.1
86
- scipy==1.9.1
87
- semver==2.13.0
88
- six==1.16.0
89
- smmap==5.0.0
90
- soupsieve==2.4
91
- st-annotated-text==3.0.0
92
- streamlit==1.19.0
93
- streamlit-camera-input-live==0.2.0
94
- streamlit-card==0.0.4
95
- streamlit-embedcode==0.1.2
96
- streamlit-extras==0.2.6
97
- streamlit-faker==0.0.2
98
- streamlit-image-coordinates==0.1.3
99
- streamlit-keyup==0.2.0
100
- streamlit-tags==1.2.8
101
- streamlit-toggle-switch==1.0.2
102
- streamlit-vertical-slider==1.0.2
103
- threadpoolctl==3.1.0
104
- tifffile==2023.2.28
105
- timm==0.6.12
106
- tokenizers==0.13.2
107
- toml==0.10.2
108
- tomli==2.0.1
109
- toolz==0.12.0
110
- torch==1.13.1
111
- torchmetrics==0.11.3
112
- torchvision==0.14.1
113
- tornado==6.2
114
- tqdm==4.65.0
115
- transformers==4.26.1
116
- ttach==0.0.3
117
- typing-extensions==4.5.0
118
- tzdata==2022.7
119
- tzlocal==4.2
120
- urllib3==1.26.14
121
- validators==0.20.0
122
- watchdog==2.3.1
123
- yarg==0.1.9
124
- yarl==1.8.2
125
- zipp==3.15.0
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ albumentations==1.3.0
4
+ altair==4.2.2
5
+ async-timeout==4.0.2
6
+ attrs==22.2.0
7
+ backports.zoneinfo==0.2.1
8
+ beautifulsoup4==4.11.2
9
+ black==23.1.0
10
+ blinker==1.5
11
+ cachetools==5.3.0
12
+ certifi==2022.12.7
13
+ charset-normalizer==3.0.1
14
+ click==8.1.3
15
+ colorama==0.4.6
16
+ contourpy==1.0.7
17
+ cycler==0.11.0
18
+ decorator==5.1.1
19
+ docopt==0.6.2
20
+ entrypoints==0.4
21
+ Faker==17.6.0
22
+ favicon==0.7.0
23
+ filelock==3.9.0
24
+ flake8==6.0.0
25
+ fonttools==4.38.0
26
+ frozenlist==1.3.3
27
+ fsspec==2023.1.0
28
+ gitdb==4.0.10
29
+ GitPython==3.1.31
30
+ grad-cam==1.4.6
31
+ htbuilder==0.6.1
32
+ huggingface-hub==0.12.1
33
+ idna==3.4
34
+ imageio==2.26.0
35
+ importlib-metadata==6.0.0
36
+ importlib-resources==5.12.0
37
+ Jinja2==3.1.2
38
+ joblib==1.2.0
39
+ jsonschema==4.17.3
40
+ kiwisolver==1.4.4
41
+ lazy-loader==0.1
42
+ lightning-utilities==0.7.1
43
+ lxml==4.9.2
44
+ Markdown==3.4.1
45
+ markdown-it-py==2.2.0
46
+ markdownlit==0.0.5
47
+ MarkupSafe==2.1.2
48
+ matplotlib==3.7.0
49
+ mccabe==0.7.0
50
+ mdurl==0.1.2
51
+ more-itertools==9.1.0
52
+ multidict==6.0.4
53
+ mypy-extensions==1.0.0
54
+ networkx==3.0
55
+ numpy==1.24.2
56
+ opencv-python==4.7.0.72
57
+ opencv-contrib-python==4.7.0.72
58
+ opencv-python-headless==4.7.0.72
59
+ packaging==23.0
60
+ pandas==1.5.3
61
+ pathspec==0.11.0
62
+ Pillow==9.4.0
63
+ pkgutil-resolve-name==1.3.10
64
+ platformdirs==3.1.0
65
+ protobuf==3.20.3
66
+ pyarrow==11.0.0
67
+ pycodestyle==2.10.0
68
+ pydeck==0.8.0
69
+ pyflakes==3.0.1
70
+ Pygments==2.14.0
71
+ pymdown-extensions==9.9.2
72
+ Pympler==1.0.1
73
+ pyparsing==3.0.9
74
+ pyrsistent==0.19.3
75
+ python-dateutil==2.8.2
76
+ pytorch-lightning==1.9.4
77
+ pytz==2022.7.1
78
+ pytz-deprecation-shim==0.1.0.post0
79
+ PyWavelets==1.4.1
80
+ PyYAML==6.0
81
+ qudida==0.0.4
82
+ regex==2022.10.31
83
+ requests==2.28.2
84
+ rich==13.3.1
85
+ scikit-image==0.20.0
86
+ scikit-learn==1.2.1
87
+ scipy==1.9.1
88
+ semver==2.13.0
89
+ six==1.16.0
90
+ smmap==5.0.0
91
+ soupsieve==2.4
92
+ st-annotated-text==3.0.0
93
+ streamlit==1.19.0
94
+ streamlit-camera-input-live==0.2.0
95
+ streamlit-card==0.0.4
96
+ streamlit-embedcode==0.1.2
97
+ streamlit-extras==0.2.6
98
+ streamlit-faker==0.0.2
99
+ streamlit-image-coordinates==0.1.3
100
+ streamlit-keyup==0.2.0
101
+ streamlit-tags==1.2.8
102
+ streamlit-toggle-switch==1.0.2
103
+ streamlit-vertical-slider==1.0.2
104
+ threadpoolctl==3.1.0
105
+ tifffile==2023.2.28
106
+ timm==0.6.12
107
+ tokenizers==0.13.2
108
+ toml==0.10.2
109
+ tomli==2.0.1
110
+ toolz==0.12.0
111
+ torch==1.13.1
112
+ torchmetrics==0.11.3
113
+ torchvision==0.14.1
114
+ tornado==6.2
115
+ tqdm==4.65.0
116
+ transformers==4.26.1
117
+ ttach==0.0.3
118
+ typing-extensions==4.5.0
119
+ tzdata==2022.7
120
+ tzlocal==4.2
121
+ urllib3==1.26.14
122
+ validators==0.20.0
123
+ watchdog==2.3.1
124
+ yarg==0.1.9
125
+ yarl==1.8.2
126
+ zipp==3.15.0