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.
2 parents 2402d23 + d1f1baf commit 175df8bCopy full SHA for 175df8b
pyproject.toml
@@ -151,8 +151,6 @@ test = [
151
"pytest-cov",
152
"psutil",
153
154
- "huggingface_hub",
155
-
156
# preprocessing
157
"ibllib", # for IBL
158
@@ -195,8 +193,8 @@ docs = [
195
193
"hdbscan>=0.8.33", # For sorters spykingcircus2 + tridesclous
196
194
"numba", # For many postprocessing functions
197
"networkx",
198
- "skops", # For auotmated curation
199
- "scikit-learn", # For auotmated curation
+ "skops", # For automated curation
+ "scikit-learn", # For automated curation
200
# Download data
201
"pooch>=1.8.2",
202
"datalad>=1.0.2",
0 commit comments