Skip to content

Commit

Permalink
(pyproject.toml) Added ultralytics deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqinyeow committed Nov 1, 2023
1 parent b98c077 commit e4b45c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "juxtapose"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Yeow Zi Qin", email="ziqinyeow@gmail.com" },
]
Expand Down Expand Up @@ -45,14 +45,15 @@ dependencies = [
'timm',
'supervision',
'pycocotools',
'ultralytics',
'mmengine==0.9.0',
'mmdet==3.2.0',
'mmpose==1.2.0',
'mmcv==2.1.0 ',
'torch==2.0.1 ',
'mmcv==2.1.0',
'torch==2.0.1',
'onnxruntime-gpu==1.15.1 ; sys_platform == "win32"',
]

[project.urls]
"Homepage" = "https://github.com/ziqinyeow/rtm"
"Bug Tracker" = "https://github.com/ziqinyeow/rtm/issues"
"Homepage" = "https://github.com/ziqinyeow/juxtapose-sdk"
"Bug Tracker" = "https://github.com/ziqinyeow/juxtapose-sdk/issues"
2 changes: 1 addition & 1 deletion src/juxtapose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.0.2"

from .rtm import RTM
from .detectors import GroundingDino, RTMDet, YOLOv8
Expand Down

0 comments on commit e4b45c1

Please sign in to comment.