rein0421 commited on
Commit
53952f9
·
verified ·
1 Parent(s): 0176d1c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -28,10 +28,10 @@ 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,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 # supervision との衝突の可能性あり、調整が必要な場合あり
46
  regex==2024.9.11
47
  requests==2.32.3
48
  safetensors==0.4.5
@@ -50,7 +50,7 @@ scikit-learn==1.5.2
50
  scipy==1.14.1
51
  seaborn==0.13.2
52
  setuptools==75.3.0
53
- simple-lama-inpainting==0.1.2
54
  six==1.16.0
55
  sniffio==1.3.1
56
  starlette==0.41.2
@@ -69,8 +69,8 @@ ultralytics-thop==2.0.10
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
 
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 # moondreamの制約がなくなるため、元のバージョンに戻す
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
46
  regex==2024.9.11
47
  requests==2.32.3
48
  safetensors==0.4.5
 
50
  scipy==1.14.1
51
  seaborn==0.13.2
52
  setuptools==75.3.0
53
+ simple-lama-inpainting==0.1.2 # Pillow 9.5.0 とは互換性があるはず
54
  six==1.16.0
55
  sniffio==1.3.1
56
  starlette==0.41.2
 
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 # ここを削除