add packaging package

This commit is contained in:
Phil Wang
2022-05-30 11:45:00 -07:00
parent b588286288
commit 6f8b90d4d7
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
__version__ = '0.6.2' __version__ = '0.6.3'

View File

@@ -32,6 +32,7 @@ setup(
'embedding-reader', 'embedding-reader',
'kornia>=0.5.4', 'kornia>=0.5.4',
'numpy', 'numpy',
'packaging',
'pillow', 'pillow',
'pydantic', 'pydantic',
'resize-right>=0.0.2', 'resize-right>=0.0.2',