From c81464e17289208e91a4ce1b439963bf2804bdb7 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Mon, 13 Jan 2025 15:01:55 -0800 Subject: [PATCH] updated ndx-events to 0.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd92852ec..e543882e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ neuroconv = "neuroconv.tools.yaml_conversion_specification._yaml_conversion_spec test = [ "pytest", "pytest-cov", - "ndx-events>=0.2.0", # for special tests to ensure load_namespaces is set to allow NWBFile load at all times + "ndx-events==0.2.1", # for special tests to ensure load_namespaces is set to allow NWBFile load at all times "parameterized>=0.8.1", "ndx-miniscope", "spikeinterface[qualitymetrics]>=0.101.0", @@ -132,7 +132,7 @@ lightningpose = [ "neuroconv[video]", ] medpc = [ - "ndx-events==0.2.0", + "ndx-events==0.2.1", ] behavior = [ "neuroconv[sleap]",