We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef046e1 commit 073a930Copy full SHA for 073a930
pyproject.toml
@@ -104,11 +104,11 @@ all = [
104
"h5py",
105
"igor2",
106
"ipython",
107
+ "joblib>=1.0.0",
108
"klusta",
109
"matplotlib",
110
"nixio>=1.5.0",
111
"pillow",
- "plexon2",
112
"probeinterface",
113
"pyedflib",
114
"pynwb",
@@ -117,6 +117,8 @@ all = [
117
"scipy>=1.0.0",
118
"sonpy",
119
"tqdm",
120
- "joblib>=1.0.0"
+ "wenv; sys_platform!='win32'",
121
+ "zugbruecke>=0.2; sys_platform!='win32'",
122
+
123
]
124
# we do not include 'stfio' in 'all' as it is not pip installable
0 commit comments