rein0421 commited on
Commit
0176d1c
·
verified ·
1 Parent(s): 2dd5c02

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  annotated-types==0.7.0
2
-
3
  anyio==4.6.2.post1
4
  certifi==2024.8.30
5
  charset-normalizer==3.4.0
@@ -27,11 +27,11 @@ mpmath==1.3.0
27
  nest-asyncio==1.6.0
28
  networkx==3.4.2
29
  numpy==1.26.4
30
- # opencv-python==4.10.0.84 # コメントアウトまたは削除 (headlessを使用するため)
31
- opencv-python-headless==4.10.0.84
32
  packaging==24.1
33
  pandas==2.2.3
34
- Pillow==9.5.0
35
  psutil==6.1.0
36
  py-cpuinfo==9.0.0
37
  pycocotools==2.0.8
@@ -42,7 +42,7 @@ pyparsing==3.2.0
42
  python-dateutil==2.9.0.post0
43
  python-multipart==0.0.17
44
  pytz==2024.2
45
- PyYAML==6.0.2
46
  regex==2024.9.11
47
  requests==2.32.3
48
  safetensors==0.4.5
@@ -54,7 +54,6 @@ simple-lama-inpainting==0.1.2
54
  six==1.16.0
55
  sniffio==1.3.1
56
  starlette==0.41.2
57
- #supervision==0.9.0 # 最後に重複しているので、ここではコメントアウトまたは削除
58
  sympy==1.13.1
59
  termcolor==2.5.0
60
  threadpoolctl==3.5.0
@@ -70,9 +69,8 @@ ultralytics-thop==2.0.10
70
  urllib3==2.2.3
71
  uvicorn==0.32.0
72
  zipp==3.20.2
73
-
74
- supervision # 重複を解消
75
  onnxruntime
76
  google-genai
77
- python-dotenv # dotenv ではなく python-dotenv に修正
78
  moondream
 
1
  annotated-types==0.7.0
2
+ # easyocr # 必要であれば、競合回避のため個別に対策を検討
3
  anyio==4.6.2.post1
4
  certifi==2024.8.30
5
  charset-normalizer==3.4.0
 
27
  nest-asyncio==1.6.0
28
  networkx==3.4.2
29
  numpy==1.26.4
30
+ # opencv-python==4.10.0.84 # headlessを使用するためコメントアウト
31
+ opencv-python-headless==4.10.0.84 # supervision との衝突の可能性あり、調整が必要な場合あり
32
  packaging==24.1
33
  pandas==2.2.3
34
+ Pillow==9.5.0 # supervision との衝突の可能性あり、調整が必要な場合あり
35
  psutil==6.1.0
36
  py-cpuinfo==9.0.0
37
  pycocotools==2.0.8
 
42
  python-dateutil==2.9.0.post0
43
  python-multipart==0.0.17
44
  pytz==2024.2
45
+ PyYAML==6.0.2 # supervision との衝突の可能性あり、調整が必要な場合あり
46
  regex==2024.9.11
47
  requests==2.32.3
48
  safetensors==0.4.5
 
54
  six==1.16.0
55
  sniffio==1.3.1
56
  starlette==0.41.2
 
57
  sympy==1.13.1
58
  termcolor==2.5.0
59
  threadpoolctl==3.5.0
 
69
  urllib3==2.2.3
70
  uvicorn==0.32.0
71
  zipp==3.20.2
72
+ supervision # バージョン指定なしで最新版を試す
 
73
  onnxruntime
74
  google-genai
75
+ python-dotenv
76
  moondream