Skip to content

Commit

Permalink
docs: version detect
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihao Jing committed Dec 19, 2023
1 parent ee19cff commit c97908f
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 @@ -42,7 +42,7 @@
zip_safe=False,
setup_requires=["setuptools>=18.0", "wheel"],
install_requires=[
"jina>=3.12.0,<3.21.0",
"jina>=3.12.0,<3.23.0",
"docarray[common]>=0.19.0,<0.30.0",
"packaging",
],
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.12.0,<3.21.0",
"jina>=3.12.0,<3.23.0",
"docarray==0.21.0",
"prometheus-client",
"open_clip_torch>=2.8.0",
Expand Down

0 comments on commit c97908f

Please sign in to comment.