From 8bd0b3993d9b0ff14dec461fc9edbc6b0dda648e Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:35:30 +0000 Subject: [PATCH] Add ipykernel dev dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 783c8e10..fdb76eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,7 @@ Documentation = "https://stfc.github.io/janus-core/" [dependency-groups] dev = [ "coverage[toml]<8.0.0,>=7.4.1", + "ipykernel>=6.29.5", "pgtest<2.0.0,>=1.3.2", "pytest<9.0,>=8.0", "pytest-cov<5.0.0,>=4.1.0",