Skip to content

Commit 5f4b33d

Browse files
Add additional requirement
1 parent e00d6d7 commit 5f4b33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MEViewConan(ConanFile):
3131
default_options = {"shared": True, "fPIC": True}
3232

3333
# Data plugin dependencies
34-
requires = ("CellMorphologyData/bican_bg@lkeb/stable")
34+
requires = ("CellMorphologyData/bican_bg@lkeb/stable", "EphysData/bican_bg@lkeb/stable")
3535

3636
# Qt requirement is inherited from hdps-core
3737

0 commit comments

Comments
 (0)