From 75b9b15827fd05c9128c45041dbc8275703c6244 Mon Sep 17 00:00:00 2001 From: Ben Hardcastle Date: Wed, 18 Sep 2024 11:14:01 -0700 Subject: [PATCH] Update npc_mvr - closes https://github.com/AllenInstitute/npc_sessions/issues/114 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eac8256..444ad9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "npc-stim>=0.1.8", "npc-samstim>=0.1.4", "npc-session>=0.1.34", - "npc-mvr>=0.1.6", + "npc-mvr>=0.1.7", "npc-io>=0.1.27", ] requires-python = ">=3.9"