Skip to content

Commit

Permalink
fix(package): ✨ metaseg v0.7.7 hotfix release
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
  • Loading branch information
onuralpszr committed Jun 27, 2023
1 parent 747e666 commit e1ca934
Show file tree
Hide file tree
Showing 5 changed files with 473 additions and 6 deletions.
2 changes: 1 addition & 1 deletion metaseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from .sahi_predict import SahiAutoSegmentation as SahiAutoSegmentation
from .sahi_predict import sahi_sliced_predict as sahi_sliced_predict

__version__ = "0.7.6"
__version__ = "0.7.7"
8 changes: 7 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metaseg"
version = "0.7.6"
version = "0.7.7"
description = "MetaSeg: Packaged version of the Segment Anything repository"
authors = ["Kadir Nar <kadir.nar@hotmail.com>"]
maintainers = ["Kadir Nar <kadir.nar@hotmail.com>"]
Expand Down Expand Up @@ -49,13 +49,16 @@ pillow = "^9.5.0"
pycocotools = "^2.0.6"
fal-serverless = "^0.6.35"
sahi = "^0.11.14"
onnx = { version = "^1.14.0", optional = true }
onnxruntime = { version ="^1.15.1", optional = true }
ultralytics = { version = "^8.0.123", optional = true }
yolov5 = { version ="^7.0.12", optional = true }


[tool.poetry.extras]
full = ["onnxruntime","onnx","yolov5","ultralytics"]
yolov5 = ["yolov5"]
yolov8 = ["ultralytics"]
sahi-full = ["sahi", "yolov5","ultralytics"]


[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit e1ca934

Please sign in to comment.