Skip to content

Commit

Permalink
Merge branch 'main' into remove-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Jun 28, 2024
2 parents 9ac3038 + dd63143 commit 425b164
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 @@ -188,7 +188,7 @@
TESTS_REQUIRE.extend(VISION_REQUIRE)
TESTS_REQUIRE.extend(AUDIO_REQUIRE)

QUALITY_REQUIRE = ["ruff>=0.3.0"]
QUALITY_REQUIRE = ["ruff>=0.3.0,<0.5.0"]

DOCS_REQUIRE = [
# Might need to add doc-builder and some specific deps in the future
Expand Down

0 comments on commit 425b164

Please sign in to comment.