Skip to content

Commit

Permalink
Bump streaming version to less than 0.4.0 (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
karan6181 authored Mar 1, 2023
1 parent 90eb94b commit 215a0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['streaming'] = [
'mosaicml-streaming<0.3',
'mosaicml-streaming<0.4',
'boto3>=1.21.45,<2',
'paramiko>=2.11.0,<3',
]
Expand Down

0 comments on commit 215a0dc

Please sign in to comment.