Javiai commited on
Commit
265947c
1 Parent(s): 5722543

update requirement

Browse files
Files changed (2) hide show
  1. requirements copy.txt +93 -0
  2. requirements.txt +6 -93
requirements copy.txt ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.6
2
+ aiohttp-retry==2.8.3
3
+ aioice==0.9.0
4
+ aiortc==1.5.0
5
+ aiosignal==1.3.1
6
+ altair==5.1.2
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ av==10.0.0
10
+ backports.zoneinfo==0.2.1
11
+ blinker==1.6.3
12
+ cachetools==5.3.1
13
+ certifi==2023.7.22
14
+ cffi==1.16.0
15
+ charset-normalizer==3.3.0
16
+ click==8.1.7
17
+ contourpy==1.1.1
18
+ cryptography==41.0.4
19
+ cycler==0.12.1
20
+ dnspython==2.4.2
21
+ filelock==3.12.4
22
+ fonttools==4.43.1
23
+ frozenlist==1.4.0
24
+ fsspec==2023.9.2
25
+ gitdb==4.0.10
26
+ GitPython==3.1.40
27
+ google-crc32c==1.5.0
28
+ idna==3.4
29
+ ifaddr==0.2.0
30
+ importlib-metadata==6.8.0
31
+ importlib-resources==6.1.0
32
+ Jinja2==3.1.2
33
+ jsonschema==4.19.1
34
+ jsonschema-specifications==2023.7.1
35
+ kiwisolver==1.4.5
36
+ markdown-it-py==3.0.0
37
+ MarkupSafe==2.1.3
38
+ matplotlib==3.7.3
39
+ mdurl==0.1.2
40
+ mpmath==1.3.0
41
+ multidict==6.0.4
42
+ networkx==3.1
43
+ numpy==1.24.4
44
+ opencv-contrib-python==4.8.1.78
45
+ opencv-python==4.8.1.78
46
+ packaging==23.2
47
+ pandas==2.0.3
48
+ Pillow==10.1.0
49
+ pkgutil_resolve_name==1.3.10
50
+ protobuf==4.24.4
51
+ psutil==5.9.6
52
+ py-cpuinfo==9.0.0
53
+ pyarrow==13.0.0
54
+ pycparser==2.21
55
+ pydeck==0.8.1b0
56
+ pydub==0.25.1
57
+ pyee==11.0.1
58
+ Pygments==2.16.1
59
+ PyJWT==2.8.0
60
+ pylibsrtp==0.8.0
61
+ pyOpenSSL==23.2.0
62
+ pyparsing==3.1.1
63
+ python-dateutil==2.8.2
64
+ pytz==2023.3.post1
65
+ PyYAML==6.0.1
66
+ referencing==0.30.2
67
+ requests==2.31.0
68
+ rich==13.6.0
69
+ rpds-py==0.10.6
70
+ scipy==1.10.1
71
+ seaborn==0.13.0
72
+ six==1.16.0
73
+ smmap==5.0.1
74
+ streamlit==1.27.2
75
+ streamlit-webrtc==0.47.1
76
+ sympy==1.12
77
+ tenacity==8.2.3
78
+ thop==0.1.1.post2209072238
79
+ toml==0.10.2
80
+ toolz==0.12.0
81
+ torch==2.1.0
82
+ torchvision==0.16.0
83
+ tornado==6.3.3
84
+ tqdm==4.66.1
85
+ twilio==8.9.1
86
+ typing_extensions==4.8.0
87
+ tzdata==2023.3
88
+ tzlocal==5.1
89
+ ultralytics==8.0.200
90
+ urllib3==2.0.7
91
+ validators==0.22.0
92
+ yarl==1.9.2
93
+ zipp==3.17.0
requirements.txt CHANGED
@@ -1,93 +1,6 @@
1
- aiohttp==3.8.6
2
- aiohttp-retry==2.8.3
3
- aioice==0.9.0
4
- aiortc==1.5.0
5
- aiosignal==1.3.1
6
- altair==5.1.2
7
- async-timeout==4.0.3
8
- attrs==23.1.0
9
- av==10.0.0
10
- backports.zoneinfo==0.2.1
11
- blinker==1.6.3
12
- cachetools==5.3.1
13
- certifi==2023.7.22
14
- cffi==1.16.0
15
- charset-normalizer==3.3.0
16
- click==8.1.7
17
- contourpy==1.1.1
18
- cryptography==41.0.4
19
- cycler==0.12.1
20
- dnspython==2.4.2
21
- filelock==3.12.4
22
- fonttools==4.43.1
23
- frozenlist==1.4.0
24
- fsspec==2023.9.2
25
- gitdb==4.0.10
26
- GitPython==3.1.40
27
- google-crc32c==1.5.0
28
- idna==3.4
29
- ifaddr==0.2.0
30
- importlib-metadata==6.8.0
31
- importlib-resources==6.1.0
32
- Jinja2==3.1.2
33
- jsonschema==4.19.1
34
- jsonschema-specifications==2023.7.1
35
- kiwisolver==1.4.5
36
- markdown-it-py==3.0.0
37
- MarkupSafe==2.1.3
38
- matplotlib==3.7.3
39
- mdurl==0.1.2
40
- mpmath==1.3.0
41
- multidict==6.0.4
42
- networkx==3.1
43
- numpy==1.24.4
44
- opencv-contrib-python==4.8.1.78
45
- opencv-python==4.8.1.78
46
- packaging==23.2
47
- pandas==2.0.3
48
- Pillow==10.1.0
49
- pkgutil_resolve_name==1.3.10
50
- protobuf==4.24.4
51
- psutil==5.9.6
52
- py-cpuinfo==9.0.0
53
- pyarrow==13.0.0
54
- pycparser==2.21
55
- pydeck==0.8.1b0
56
- pydub==0.25.1
57
- pyee==11.0.1
58
- Pygments==2.16.1
59
- PyJWT==2.8.0
60
- pylibsrtp==0.8.0
61
- pyOpenSSL==23.2.0
62
- pyparsing==3.1.1
63
- python-dateutil==2.8.2
64
- pytz==2023.3.post1
65
- PyYAML==6.0.1
66
- referencing==0.30.2
67
- requests==2.31.0
68
- rich==13.6.0
69
- rpds-py==0.10.6
70
- scipy==1.10.1
71
- seaborn==0.13.0
72
- six==1.16.0
73
- smmap==5.0.1
74
- streamlit==1.27.2
75
- streamlit-webrtc==0.47.1
76
- sympy==1.12
77
- tenacity==8.2.3
78
- thop==0.1.1.post2209072238
79
- toml==0.10.2
80
- toolz==0.12.0
81
- torch==2.1.0
82
- torchvision==0.16.0
83
- tornado==6.3.3
84
- tqdm==4.66.1
85
- twilio==8.9.1
86
- typing_extensions==4.8.0
87
- tzdata==2023.3
88
- tzlocal==5.1
89
- ultralytics==8.0.200
90
- urllib3==2.0.7
91
- validators==0.22.0
92
- yarl==1.9.2
93
- zipp==3.17.0
 
1
+ av
2
+ torch
3
+ torchvision
4
+ opencv-contrib-python
5
+ streamlit_webrtc
6
+ streamlit