pull/831/head
Dowon 2026-02-05 20:10:30 +09:00
parent 2bbce2a6b1
commit 55bb8117a6
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2026-02-05
- v26.2.0
- segmentation 모델의 마스크 dtype이 uint8로 변경된 것에 대응
## 2025-03-10
- v25.3.0

View File

@ -1 +1 @@
__version__ = "25.3.0"
__version__ = "26.2.0"

View File

@ -16,7 +16,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Image Recognition",
]
dependencies = [
"huggingface_hub",
"huggingface-hub",
"mediapipe>=0.10.13",
"pydantic<3",
"rich>=13",