Skip to content

Commit 64e1b01

Browse files
authored
Update setup.py
1 parent a03ea87 commit 64e1b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def _read_requirements(filename: str) -> list[str]:
659659
"bench": ["pandas", "datasets"],
660660
"tensorizer": ["tensorizer==2.10.1"],
661661
"fastsafetensors": ["fastsafetensors >= 0.1.10"],
662-
"runai": ["runai-model-streamer", "runai-model-streamer-s3", "boto3"],
662+
"runai": ["runai-model-streamer >= 0.13.3", "runai-model-streamer-s3", "boto3"],
663663
"audio": ["librosa", "soundfile",
664664
"mistral_common[audio]"], # Required for audio processing
665665
"video": [] # Kept for backwards compatibility

0 commit comments

Comments
 (0)