rein0421 commited on
Commit
940c8bc
·
verified ·
1 Parent(s): b704c0c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +72 -73
requirements.txt CHANGED
@@ -1,73 +1,72 @@
1
- annotated-types==0.7.0
2
- anyio==4.6.2.post1
3
- certifi==2024.8.30
4
- charset-normalizer==3.4.0
5
- click==8.1.7
6
- colorama==0.4.6
7
- contourpy==1.3.0
8
- cycler==0.12.1
9
- diffusers==0.31.0
10
- fastapi==0.115.4
11
- filelock==3.16.1
12
- fire==0.5.0
13
- fonttools==4.54.1
14
- fsspec==2024.10.0
15
- futures==3.0.5
16
- h11==0.14.0
17
- huggingface-hub==0.26.2
18
- idna==3.10
19
- importlib_metadata==8.5.0
20
- Jinja2==3.1.4
21
- joblib==1.4.2
22
- kiwisolver==1.4.7
23
- MarkupSafe==3.0.2
24
- matplotlib==3.9.2
25
- mpmath==1.3.0
26
- nest-asyncio==1.6.0
27
- networkx==3.4.2
28
- numpy==1.26.4
29
- opencv-python==4.10.0.84
30
- opencv-python-headless==4.10.0.84
31
- packaging==24.1
32
- pandas==2.2.3
33
- Pillow==9.5.0
34
- psutil==6.1.0
35
- py-cpuinfo==9.0.0
36
- pycocotools==2.0.8
37
- pydantic==2.9.2
38
- pydantic_core==2.23.4
39
- pyngrok==7.2.1
40
- pyparsing==3.2.0
41
- python-dateutil==2.9.0.post0
42
- python-multipart==0.0.17
43
- pytz==2024.2
44
- PyYAML==6.0.2
45
- regex==2024.9.11
46
- requests==2.32.3
47
- safetensors==0.4.5
48
- scikit-learn==1.5.2
49
- scipy==1.14.1
50
- seaborn==0.13.2
51
- setuptools==75.3.0
52
- simple-lama-inpainting==0.1.2
53
- six==1.16.0
54
- sniffio==1.3.1
55
- starlette==0.41.2
56
- supervision==0.9.0
57
- sympy==1.13.1
58
- termcolor==2.5.0
59
- threadpoolctl==3.5.0
60
- tokenizers==0.20.3
61
- torch==2.5.1
62
- torchvision==0.20.1
63
- tqdm==4.66.6
64
- transformers==4.46.2
65
- typing_extensions==4.12.2
66
- tzdata==2024.2
67
- ultralytics==8.3.23
68
- ultralytics-thop==2.0.10
69
- urllib3==2.2.3
70
- uvicorn==0.32.0
71
- zipp==3.20.2
72
- supervision
73
- face_recognition
 
1
+ annotated-types==0.7.0
2
+ anyio==4.6.2.post1
3
+ certifi==2024.8.30
4
+ charset-normalizer==3.4.0
5
+ click==8.1.7
6
+ colorama==0.4.6
7
+ contourpy==1.3.0
8
+ cycler==0.12.1
9
+ diffusers==0.31.0
10
+ fastapi==0.115.4
11
+ filelock==3.16.1
12
+ fire==0.5.0
13
+ fonttools==4.54.1
14
+ fsspec==2024.10.0
15
+ futures==3.0.5
16
+ h11==0.14.0
17
+ huggingface-hub==0.26.2
18
+ idna==3.10
19
+ importlib_metadata==8.5.0
20
+ Jinja2==3.1.4
21
+ joblib==1.4.2
22
+ kiwisolver==1.4.7
23
+ MarkupSafe==3.0.2
24
+ matplotlib==3.9.2
25
+ mpmath==1.3.0
26
+ nest-asyncio==1.6.0
27
+ networkx==3.4.2
28
+ numpy==1.26.4
29
+ opencv-python==4.10.0.84
30
+ opencv-python-headless==4.10.0.84
31
+ packaging==24.1
32
+ pandas==2.2.3
33
+ Pillow==9.5.0
34
+ psutil==6.1.0
35
+ py-cpuinfo==9.0.0
36
+ pycocotools==2.0.8
37
+ pydantic==2.9.2
38
+ pydantic_core==2.23.4
39
+ pyngrok==7.2.1
40
+ pyparsing==3.2.0
41
+ python-dateutil==2.9.0.post0
42
+ python-multipart==0.0.17
43
+ pytz==2024.2
44
+ PyYAML==6.0.2
45
+ regex==2024.9.11
46
+ requests==2.32.3
47
+ safetensors==0.4.5
48
+ scikit-learn==1.5.2
49
+ scipy==1.14.1
50
+ seaborn==0.13.2
51
+ setuptools==75.3.0
52
+ simple-lama-inpainting==0.1.2
53
+ six==1.16.0
54
+ sniffio==1.3.1
55
+ starlette==0.41.2
56
+ supervision==0.9.0
57
+ sympy==1.13.1
58
+ termcolor==2.5.0
59
+ threadpoolctl==3.5.0
60
+ tokenizers==0.20.3
61
+ torch==2.5.1
62
+ torchvision==0.20.1
63
+ tqdm==4.66.6
64
+ transformers==4.46.2
65
+ typing_extensions==4.12.2
66
+ tzdata==2024.2
67
+ ultralytics==8.3.23
68
+ ultralytics-thop==2.0.10
69
+ urllib3==2.2.3
70
+ uvicorn==0.32.0
71
+ zipp==3.20.2
72
+ supervision