Skip to content

Commit c7f92af

Browse files
authored
Merge pull request #125 from CBroz1/main
Adjusting pyopenephys requirement for pypi publication
2 parents 53f0312 + f07bd44 commit c7f92af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

element_array_ephys/readers/openephys.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import numpy as np
77
import pyopenephys
88

9-
logger = logging.getLogger(__name__)
10-
9+
logger = logging.getLogger("datajoint")
1110

1211
"""
1312
The Open Ephys Record Node saves Neuropixels data in binary format according to the following the directory structure:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ datajoint>=0.13
22
element-interface>=0.4.0
33
openpyxl
44
plotly
5-
pyopenephys @ git+https://github.com/datajoint-company/pyopenephys.git
5+
pyopenephys>=1.1.6
66
seaborn

0 commit comments

Comments
 (0)