From e163879cd877deb4b68caef5373a557a082431ce Mon Sep 17 00:00:00 2001 From: syedhamidali Date: Sat, 19 Apr 2025 00:59:06 +0530 Subject: [PATCH] FIX: Ruff check --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 12a5fef..75e0b2b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,7 +15,6 @@ python: install: - method: pip path: . - - requirements: requirements_dev.txt - - method: pip + requirements: requirements_dev.txt packages: - IPython>=7.0 \ No newline at end of file