diff --git a/.gitignore b/.gitignore index ce19e6c..aefb818 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,4 @@ pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode *.ipynb +node_modules diff --git a/pyproject.toml b/pyproject.toml index 66edde1..3c55fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,11 +2,11 @@ name = "adetailer" description = "An object detection and auto-mask extension for stable diffusion webui." authors = [{ name = "dowon", email = "ks2515@naver.com" }] -requires-python = ">=3.8,<3.13" +requires-python = ">=3.8" readme = "README.md" license = { text = "AGPL-3.0" } dependencies = [ - "ultralytics>=8.1", + "ultralytics>=8.2", "mediapipe>=0.10", "pydantic<3", "rich>=13",