Skip to content

Commit 9e94ccf

Browse files
authored
Merge pull request #4085 from alejoe91/fix-docs-deps
Add huggingface_hub to docs requirements
2 parents e95622f + b3b04f6 commit 9e94ccf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ docs = [
202202
"networkx",
203203
"skops", # For automated curation
204204
"scikit-learn", # For automated curation
205-
# Download data
206-
"pooch>=1.8.2",
207-
"datalad>=1.0.2",
205+
"huggingface_hub", # For automated curation
208206

209207
# for release we need pypi, so this needs to be commented
210208
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version

0 commit comments

Comments
 (0)