diff --git a/setup.py b/setup.py index 66d8080115f..7c748d673a5 100644 --- a/setup.py +++ b/setup.py @@ -215,7 +215,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