Skip to content

Commit

Permalink
removed ndx-labels dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Jan 29, 2024
1 parent 00ea2f1 commit 64fcc48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To speed up selections, we recommend installing ``ncls``::

pip install ncls

To use the 3D mesh viewer::
To use the 3D pose viewer::

pip install PyOpenGL PyOpenGL_accelerate

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ install_requires =
pynwb
ndx-pose
ndx-photometry
ndx-labels
ndx-depth-moseq
pandas
dandi
Expand Down
2 changes: 0 additions & 2 deletions snub/io/nwb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import pynwb
import os
from ndx_pose import PoseEstimation
from ndx_labels import LabelSeries
import numpy as np
import snub.io.project
from vidio import VideoReader
Expand Down

0 comments on commit 64fcc48

Please sign in to comment.