From e419a35fb95786f37999536190d121e53a6d0ea4 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas@kluyver.me.uk> Date: Tue, 28 Feb 2023 14:02:44 +0000 Subject: [PATCH] Update dependencies for nbparmaterise --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e4e56872a..b588cc43a 100644 --- a/setup.py +++ b/setup.py @@ -56,8 +56,7 @@ install_requires = [ "Cython==0.29.21", "Jinja2==2.11.2", "markupsafe==2.0.1", - "astcheck==0.2.5", - "astsearch==0.2.0", + "astcheck==0.3.0", "cfelpyutils==2.0.6", "calibration_client==11.2.0", "dill==0.3.0", -- GitLab