Skip to content

Commit

Permalink
Update mosaicml-cli requirement from <0.7,>=0.5.25 to >=0.5.25,<0.8 (#…
Browse files Browse the repository at this point in the history
…850)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 35f106c commit 32caef2
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 @@ -129,7 +129,7 @@
]

extra_deps['testing'] = [
'mosaicml-cli>=0.5.25,<0.7',
'mosaicml-cli>=0.5.25,<0.8',
]

extra_deps['all'] = sorted({dep for deps in extra_deps.values() for dep in deps})
Expand Down

0 comments on commit 32caef2

Please sign in to comment.