From 59b9f7716df9a325fb6e707d086ca6f2612da975 Mon Sep 17 00:00:00 2001 From: Ziniu Yu Date: Tue, 30 Aug 2022 11:57:33 +0800 Subject: [PATCH] chore: update protobuf version (#810) * chore: update protobuf version * chore: bump jina version * chore: bump docarray version * chore: bump jina docarray version --- client/setup.py | 2 +- server/setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/setup.py b/client/setup.py index febd443cd..bc89240b0 100644 --- a/client/setup.py +++ b/client/setup.py @@ -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', diff --git a/server/setup.py b/server/setup.py index 4f21c70b1..0b1493b9d 100644 --- a/server/setup.py +++ b/server/setup.py @@ -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', ],