Skip to content

Commit 073a930

Browse files
committed
fix 'all' dependency
1 parent ef046e1 commit 073a930

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ all = [
104104
"h5py",
105105
"igor2",
106106
"ipython",
107+
"joblib>=1.0.0",
107108
"klusta",
108109
"matplotlib",
109110
"nixio>=1.5.0",
110111
"pillow",
111-
"plexon2",
112112
"probeinterface",
113113
"pyedflib",
114114
"pynwb",
@@ -117,6 +117,8 @@ all = [
117117
"scipy>=1.0.0",
118118
"sonpy",
119119
"tqdm",
120-
"joblib>=1.0.0"
120+
"wenv; sys_platform!='win32'",
121+
"zugbruecke>=0.2; sys_platform!='win32'",
122+
121123
]
122124
# we do not include 'stfio' in 'all' as it is not pip installable

0 commit comments

Comments
 (0)