Skip to content

Commit

Permalink
chore: bump jina docarray version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiniuYu committed Aug 30, 2022
1 parent 6e7b2a5 commit 5d04be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
long_description_content_type='text/markdown',
zip_safe=False,
setup_requires=['setuptools>=18.0', 'wheel'],
install_requires=['jina>=3.7.15', 'docarray[common]>=0.16.0', 'packaging'],
install_requires=['jina>=3.8.0', 'docarray[common]>=0.16.1', 'packaging'],
extras_require={
'test': [
'pytest',
Expand Down
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'torch',
'regex',
'torchvision',
'jina>=3.7.15',
'jina>=3.8.0',
'prometheus-client',
'open_clip_torch>=1.3.0',
],
Expand Down

0 comments on commit 5d04be1

Please sign in to comment.