Skip to content

Commit

Permalink
[fix] bug fix in restriction of mmdet
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun committed Aug 6, 2024
1 parent 1810dcf commit 80f47e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = {'text' = 'MIT'}
requires-python = '>=3.10'
dependencies = [
'filetype',
'Pillow',
'Pillow',
'numpy >= 1.21',
'pandas >= 1.3',
]
Expand All @@ -41,7 +41,7 @@ full = [
'torchvision >= 0.16',
'openmim',
'mmengine',
'mmcv >= 2.0, <2.2.0',
'mmcv >= 2.0, <2.0.0',
'mmdet >= 3.0, <3.4.0',
'plotly >= 5.20',
'kaleido >= 0.2',
Expand Down
2 changes: 1 addition & 1 deletion src/cvtk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.11'
__version__ = '0.2.12'

from ._base import imread, imconvert, imwrite, imshow, imlist, imresize
from ._base import Annotation, Image, ImageDeck, JsonComplexEncoder

0 comments on commit 80f47e5

Please sign in to comment.