Skip to content

Commit 7f6e94e

Browse files
committed
Set zarr range to >=2.18.2 and <3.0.0
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 2f66ada commit 7f6e94e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/requirements_deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ nvidia-pytriton
33
pydantic-settings
44
tensorstore
55
uvicorn
6-
zarr
6+
zarr>=2.18.2,<3.0.0

requirements/requirements_infer.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ nvidia-pytriton
55
pydantic-settings
66
tensorstore
77
uvicorn
8-
zarr
8+
zarr>=2.18.2,<3.0.0

requirements/requirements_nlp.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sacrebleu # manually install sacrebleu[ja] for Japanese support; MeCab is unsup
2222
sentence_transformers
2323
tensorstore
2424
tiktoken==0.7.0
25-
zarr
25+
zarr>=2.18.2,<3.0.0

0 commit comments

Comments
 (0)