Skip to content

Commit

Permalink
chore: fix setup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 24, 2022
1 parent ff16ce1 commit 0ec1fac
Showing 1 changed file with 1 addition and 1 deletion.
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'],
install_requires=['jina', 'docarray[common]>=0.9.18'],
extras_require={
'test': [
'pytest',
Expand Down

0 comments on commit 0ec1fac

Please sign in to comment.