Skip to content

Commit

Permalink
fix sonpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Feb 21, 2023
1 parent 829d141 commit f34f916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The `[full]` option installs all the extra dependencies for all the different su
To install all interactive widget backends, you can use:

```bash
pip install spikeinterface[full, widgets]
pip install spikeinterface[full,widgets]
```


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extractors = [
"MEArec>=1.8",
"pynwb>=2.1.0",
"pyedflib>=0.1.30",
"sonpy;python_version>'3.7'",
"sonpy;python_version<'3.10'",
"lxml", # lxml for neuroscope
"hdf5storage", # hdf5storage and scipy for cellexplorer
"scipy",
Expand Down

0 comments on commit f34f916

Please sign in to comment.