Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Apr 6, 2024
1 parent 206e16b commit 19a4df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
pip install .[templates,test]
pip install setuptools wheel twine
pip install setuptools wheel twine build
- name: Package and Upload
env:
STACKMANAGER_VERSION: ${{ github.event.release.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion docs/generate_recordings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ allows the user to specify which strings to look for in the cell model name (fro
the excitatory or inhibitory set. In this example from L5 cells, all cells contining LBC (Large Basket Cells) will be
marked as inhibitory, and so on.
If you use custom cell models, you should overwrite this section as shown in
`this notebook <https://github.com/SpikeInterface/MEArec/blob/master/notebooks/generate_recordings_with_allen_models.ipynb>`_
`this notebook <https://github.com/SpikeInterface/MEArec/blob/main/notebooks/generate_recordings_with_allen_models.ipynb>`_
using cell models from `Allen database <https://celltypes.brain-map.org/>`_.

Cell-types parameters section summary
Expand Down

0 comments on commit 19a4df9

Please sign in to comment.