Skip to content

Commit

Permalink
Merge branch 'main' into use_latest_version_of_ndx_pose
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin authored Jan 23, 2025
2 parents 901bc35 + b3c6d91 commit ee83879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -132,7 +132,7 @@ lightningpose = [
"neuroconv[video]",
]
medpc = [
"ndx-events==0.2.0",
"ndx-events==0.2.1",
]
behavior = [
"neuroconv[sleap]",
Expand Down

0 comments on commit ee83879

Please sign in to comment.