From 6b4ac76aab30cc033bd65157415d22bec9318b85 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 21 Nov 2022 19:28:17 +0100 Subject: [PATCH] MAINT: reject IPython v6.18.0 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 380c52ac..60eefee1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,6 +62,7 @@ all = doc = %(viz)s importlib-metadata; python_version <"3.8.0" + IPython!=6.18.0 # https://github.com/ComPWA/qrules/actions/runs/3516996802/jobs/5894246609#step:6:482 myst-nb >=0.14; python_version >="3.8.0" # nb_ configuration prefixes myst-nb <0.14; python_version <"3.8.0" nbclient >=0.5.5 # https://github.com/executablebooks/jupyter-book/issues/833