From 5d813025ce12aac4d1d2579780214f6e471addc4 Mon Sep 17 00:00:00 2001 From: bjhardcastle Date: Mon, 22 Jan 2024 10:36:11 -0800 Subject: [PATCH] Move npc_sessions to np_workflows --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e10bfc..1ab17b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,5 +4,5 @@ authors = [ { name = "bjhardcastle", email = "ben.hardcastle@alleninstitute.org" }, ] requires-python = ">=3.11, <3.12" -dependencies = ["jupyterlab>=3.6", "np-workflows>=1.6.56", "npc-sessions>=0.0.174",] +dependencies = ["jupyterlab>=3.6", "np-workflows>=1.6.57"]