Skip to content

Commit

Permalink
Remove NeuroM leftovers (#187)
Browse files Browse the repository at this point in the history
Remove NeuroM and lazy-object-proxy leftovers
  • Loading branch information
GianlucaFicarelli committed Mar 17, 2023
1 parent 735017d commit fa7ca0c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ indexed in a way to facilitate combining data from different sources (that is, b
Among other dependencies, Blue Brain SNAP relies on Blue Brain Project provided libraries:

- `libsonata <https://github.com/BlueBrain/libsonata>`__, for accessing SONATA files
- `NeuroM <https://github.com/BlueBrain/NeuroM>`__, for accessing detailed morphologies
- `MorphIO <https://github.com/BlueBrain/MorphIO>`__, for accessing detailed morphologies

Tools
-----
Expand Down
2 changes: 1 addition & 1 deletion bluepysnap/morph.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_filepath(self, node_id, extension="swc"):
return Path(self._get_morph_dir(extension), f"{name}.{extension}")

def get(self, node_id, transform=False, extension="swc"):
"""Return NeuroM morphology object corresponding to `node_id`.
"""Return MorphIO morphology object corresponding to `node_id`.
Args:
node_id (int/CircuitNodeId): could be a single int or a CircuitNodeId.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

autoclass_content = "both"

autodoc_mock_imports = ["neurom", "libsonata"]
autodoc_mock_imports = ["libsonata"]

# autosummary settings
autosummary_generate = True
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ def __init__(self, *args, **kwargs):
"libsonata>=0.1.17,<1.0.0",
"morphio>=3.0.0,<4.0.0",
"morph-tool>=2.4.3,<3.0.0",
"neurom>=1.6",
"numpy>=1.8",
"pandas>=1.0.0",
"click>=7.0",
"more-itertools>=8.2.0",
"lazy-object-proxy>=1.5.2",
],
extras_require={
"docs": ["sphinx", "sphinx-bluebrain-theme"],
Expand Down

0 comments on commit fa7ca0c

Please sign in to comment.