File tree Expand file tree Collapse file tree 1 file changed +28
-26
lines changed
Expand file tree Collapse file tree 1 file changed +28
-26
lines changed Original file line number Diff line number Diff line change 11# --- Diffusers/Transformers/Accelerate ---
2- diffusers == 0.29.0
3- transformers == 4.42 .4
4- accelerate == 0.32 .1
5- safetensors == 0.4 .3
6- huggingface-hub == 0.23.4
7- tokenizers == 0.19 .1
8- peft == 0.11.1
2+ diffusers == 0.33.1
3+ transformers == 4.52 .4
4+ accelerate == 1.8 .1
5+ safetensors == 0.5 .3
6+ huggingface-hub == 0.33.0
7+ tokenizers == 0.21 .1
8+ peft == 0.14.0
99
1010# --- API / Server ---
11- fastapi == 0.115.6
12- uvicorn == 0.30.6
13- starlette == 0.41.2 # ★ FastAPI 0.115.x와 호환 핀
11+ fastapi == 0.115.13
12+ uvicorn == 0.34.3
13+ starlette == 0.46.2
1414
1515# --- Utils ---
16- numpy >= 2.0 , < 2.3
17- pillow == 10.4.0
18- requests == 2.32.3
19- tqdm == 4.66.4
20- psutil == 5.9.8
21- python-dotenv == 1.0.1
22- python-multipart == 0.0.9
16+ numpy == 2.0.2 # ← OpenCV 4.12, pandas 2.3.1와 호환
17+ pillow == 11.2.1
18+ requests == 2.32.4
19+ tqdm == 4.67.1
20+ psutil == 7.0.0
21+ python-dotenv == 1.1.0
22+ python-multipart == 0.0.20
2323PyYAML == 6.0.2
24- regex == 2024.5.15
25- typing_extensions == 4.12.2
26- fsspec == 2024.6.1
27- pandas == 2.3.1 # (정말 쓰면 유지, 아니면 삭제)
24+ regex == 2024.11.6
25+ typing_extensions == 4.14.0
26+ fsspec == 2025.5.1 # (문제 없으면 유지, 이슈시 2024.x로 낮추기)
27+ pandas == 2.3.1
28+ scipy == 1.13.1
29+ Jinja2 == 3.1.6 # (템플릿 쓰면 유지)
2830
2931# --- YOLO / OpenCV ---
30- ultralytics
31- ultralytics-thop == 2.0.15 # ★ YOLO가 내부 참조
32- opencv-python-headless == 4.12.0.88 # ★ 서버/컨테이너용 ( GUI 의존 제거)
32+ ultralytics == 8.3.181
33+ ultralytics-thop == 2.0.15
34+ opencv-python-headless == 4.12.0.88 # ← 서버용. GUI 의존 제거
3335
3436# --- Cloud / LLM ---
35- openai >= 1.30 .0
36- boto3 == 1.35.24
37+ openai == 1.89 .0
38+ boto3 == 1.38.45
You can’t perform that action at this time.
0 commit comments