Skip to content

Commit 85b1415

Browse files
CopilotCBroz1
andauthored
Pin ndx-optogenetics to 0.2.0 to fix import errors (LorenFrankLab#1458)
* Initial plan * Pin ndx-optogenetics to <=0.2.0 Co-authored-by: CBroz1 <[email protected]> * Update changelog * Exactly pin --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: CBroz1 <[email protected]> Co-authored-by: CBroz1 <[email protected]>
1 parent f5207cd commit 85b1415

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import all foreign key references.
3535
- Set default codecov threshold for test fail, disable patch check #1370, #1372
3636
- Simplify PR template #1370
3737
- Add `SpyglassIngestion` class to centralize functionality #1377, #1423
38+
- Pin `ndx-optogenetics` to 0.2.0 #1458
3839

3940
### Pipelines
4041

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"matplotlib",
4848
"ndx_franklab_novela>=0.1.0",
4949
"ndx-pose",
50-
"ndx-optogenetics",
50+
"ndx-optogenetics==0.2.0",
5151
"non_local_detector",
5252
"numpy",
5353
"opencv-python",

0 commit comments

Comments
 (0)