Skip to content

Commit 19a4df9

Browse files
committed
Release
1 parent 206e16b commit 19a4df9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install .[templates,test]
27-
pip install setuptools wheel twine
27+
pip install setuptools wheel twine build
2828
- name: Package and Upload
2929
env:
3030
STACKMANAGER_VERSION: ${{ github.event.release.tag_name }}

docs/generate_recordings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ allows the user to specify which strings to look for in the cell model name (fro
7777
the excitatory or inhibitory set. In this example from L5 cells, all cells contining LBC (Large Basket Cells) will be
7878
marked as inhibitory, and so on.
7979
If you use custom cell models, you should overwrite this section as shown in
80-
`this notebook <https://github.com/SpikeInterface/MEArec/blob/master/notebooks/generate_recordings_with_allen_models.ipynb>`_
80+
`this notebook <https://github.com/SpikeInterface/MEArec/blob/main/notebooks/generate_recordings_with_allen_models.ipynb>`_
8181
using cell models from `Allen database <https://celltypes.brain-map.org/>`_.
8282

8383
Cell-types parameters section summary

0 commit comments

Comments
 (0)