Skip to content

Commit

Permalink
Add pooch to docs extra
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jul 2, 2024
1 parent 6dbf7c6 commit d174459
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,16 @@ docs = [
"ipython",

# for notebooks in the gallery
"MEArec", # Use as an example
"datalad==0.16.2", # Download mearec data, not sure if needed as is installed with conda as well because of git-annex
"MEArec", # Use as an example
"pandas", # in the modules gallery comparison tutorial
"hdbscan>=0.8.33", # For sorters spykingcircus2 + tridesclous
"numba", # For many postprocessing functions
"xarray", # For use of SortingAnalyzer zarr format
"networkx",
# Download data
"pooch>=1.8.2",
"datalad>=1.0.2",

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

0 comments on commit d174459

Please sign in to comment.