From 656480d3472dd78eb17644b32faa4065086e70e5 Mon Sep 17 00:00:00 2001 From: syedhamidali Date: Sat, 19 Apr 2025 00:57:10 +0530 Subject: [PATCH] FIX: Ruff check --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 77647f9..12a5fef 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,5 +14,8 @@ sphinx: python: install: - method: pip - path: . # <-- this installs the local pyscancf package + path: . - requirements: requirements_dev.txt + - method: pip + packages: + - IPython>=7.0 \ No newline at end of file