diff --git a/CHANGELOG.md b/CHANGELOG.md index c16df6a..cd6fc03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2026-02-05 + +- v26.2.0 +- segmentation 모델의 마스크 dtype이 uint8로 변경된 것에 대응 + ## 2025-03-10 - v25.3.0 diff --git a/adetailer/__version__.py b/adetailer/__version__.py index d024107..744258c 100644 --- a/adetailer/__version__.py +++ b/adetailer/__version__.py @@ -1 +1 @@ -__version__ = "25.3.0" +__version__ = "26.2.0" diff --git a/pyproject.toml b/pyproject.toml index 4f3e90b..a801b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Image Recognition", ] dependencies = [ - "huggingface_hub", + "huggingface-hub", "mediapipe>=0.10.13", "pydantic<3", "rich>=13",