Skip to content

Commit

Permalink
docs: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihao Jing committed Dec 19, 2023
1 parent 9d23673 commit 196a72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@
zip_safe=False,
setup_requires=["setuptools>=18.0", "wheel"],
install_requires=[
"jina>=3.12.0,<3.15.0",
"jina>=3.12.0,<3.16.0",
"docarray[common]>=0.19.0,<0.30.0",
"packaging",
"opentelemetry-exporter-prometheus>=1.12.0rc1",
],
extras_require={
"test": [
Expand Down
3 changes: 1 addition & 2 deletions server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@
"torch",
"regex",
"torchvision<=0.13.0" if sys.version_info <= (3, 7, 2) else "torchvision",
"jina>=3.12.0,<3.15.0",
"jina>=3.12.0,<3.16.0",
"docarray==0.21.0",
"prometheus-client",
"open_clip_torch>=2.8.0",
"pillow-avif-plugin",
"opentelemetry-exporter-prometheus>=1.12.0rc1",
],
extras_require={
"onnx": [
Expand Down

0 comments on commit 196a72e

Please sign in to comment.