Skip to content

Commit 749ad6b

Browse files
pstjohnabhinavg4
authored andcommitted
remove tensorstore pin in requirements*.txt (#11777)
Signed-off-by: Peter St. John <pstjohn@nvidia.com> Signed-off-by: Abhinav Garg <abhgarg@nvidia.com>
1 parent 8b4fb4f commit 749ad6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/requirements_infer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
fastapi
44
nvidia-pytriton
55
pydantic-settings
6-
tensorstore==0.1.45
6+
tensorstore
77
uvicorn
88
zarr

requirements/requirements_nlp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ rapidfuzz
2121
rouge_score
2222
sacrebleu # manually install sacrebleu[ja] for Japanese support; MeCab is unsupported in Python 3.11+
2323
sentence_transformers
24-
tensorstore<0.1.46
24+
tensorstore
2525
tiktoken==0.7.0
2626
zarr

0 commit comments

Comments
 (0)