Skip to content

Commit ab7ba82

Browse files
authored
Update setup.py
1 parent cd92c11 commit ab7ba82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ 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 >= 0.13.3", "runai-model-streamer-s3", "boto3"],
662+
"runai":
663+
["runai-model-streamer >= 0.13.3", "runai-model-streamer-s3", "boto3"],
663664
"audio": ["librosa", "soundfile",
664665
"mistral_common[audio]"], # Required for audio processing
665666
"video": [] # Kept for backwards compatibility

0 commit comments

Comments
 (0)