Skip to content

Commit

Permalink
docs: update jina version req
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihao Jing committed Dec 19, 2023
1 parent 9eb38d2 commit 0540453
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.14.1", "docarray[common]>=0.19.0,<0.30.0", "packaging"],
install_requires=["jina>=3.12.0,<3.14.0", "docarray[common]>=0.19.0,<0.30.0", "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 @@ -45,7 +45,7 @@
"torch",
"regex",
"torchvision<=0.13.0" if sys.version_info <= (3, 7, 2) else "torchvision",
"jina==3.14.1",
"jina>=3.12.0,<3.14.0",
"docarray==0.21.0",
"prometheus-client",
"open_clip_torch>=2.8.0",
Expand Down

0 comments on commit 0540453

Please sign in to comment.