Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 5be9ddd

Browse files
authored
Merge pull request #5 from ttngu207/master
Version lock `marshmallow` and `argschema`, minor bugfix
2 parents a03fb2c + 6c4e221 commit 5be9ddd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

ecephys_spike_sorting/scripts/create_input_json.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
if sys.platform == 'linux':
55
import pwd
6-
from helpers import SpikeGLX_utils
6+
7+
from .helpers import SpikeGLX_utils
78

89
import numpy as np
910

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@
3131
'pandas',
3232
'GitPython',
3333
'pillow',
34-
'argschema',
34+
'argschema==1.*',
35+
'marshmallow==2.*',
3536
'xmljson',
3637
'xarray',
3738
'scikit-learn',
39+
'python-dotenv',
40+
'h5py'
3841
],
3942
)

0 commit comments

Comments
 (0)