From 729f6943f4abef97d205021e10204aacfd2a4bc3 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:29:25 +0200 Subject: [PATCH] MAINT: restrict `nbmake` only for Python 3.7 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e532af51..376c6931 100644 --- a/setup.cfg +++ b/setup.cfg @@ -79,6 +79,7 @@ test = importlib-metadata; python_version <"3.8.0" ipython nbmake + nbmake <1.3; python_version=="3.7.*" pydot pytest pytest-cov