Skip to content

Commit

Permalink
chore: update protobuf version (#810)
Browse files Browse the repository at this point in the history
* chore: update protobuf version

* chore: bump jina version

* chore: bump docarray version

* chore: bump jina docarray version
  • Loading branch information
ZiniuYu authored Aug 30, 2022
1 parent 89205f0 commit 59b9f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.0', 'docarray[common]>=0.13.0', 'packaging'],
install_requires=['jina>=3.8.0', 'docarray[common]>=0.16.1', 'packaging'],
extras_require={
'test': [
'pytest',
Expand Down
3 changes: 1 addition & 2 deletions server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@
zip_safe=False,
setup_requires=['setuptools>=18.0', 'wheel'],
install_requires=[
'protobuf>=3.13.0,<=3.20.1',
'ftfy',
'torch',
'regex',
'torchvision',
'jina>=3.7.0',
'jina>=3.8.0',
'prometheus-client',
'open_clip_torch>=1.3.0',
],
Expand Down

0 comments on commit 59b9f77

Please sign in to comment.