Skip to content

Commit

Permalink
Keep in sync with morphio 3.3.6, and the new SWC types that are avail…
Browse files Browse the repository at this point in the history
…able (#1075)
  • Loading branch information
mgeplf committed Jul 4, 2023
1 parent 8365a09 commit e4dc6cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions neurom/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ class NeuriteType(IntEnum):
custom8 = SectionType.custom8
custom9 = SectionType.custom9
custom10 = SectionType.custom10
custom11 = SectionType.custom11
custom12 = SectionType.custom12
custom13 = SectionType.custom13
custom14 = SectionType.custom14
custom15 = SectionType.custom15
custom16 = SectionType.custom16
custom17 = SectionType.custom17
custom18 = SectionType.custom18
custom19 = SectionType.custom19


#: Collection of all neurite types
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
install_requires=[
'click>=7.0',
'matplotlib>=3.2.1',
'morphio>=3.1.1',
'morphio>=3.3.6',
'numpy>=1.8.0',
'pandas>=1.0.5',
'pyyaml>=3.10',
Expand Down

0 comments on commit e4dc6cb

Please sign in to comment.