From 5ea81de0cab0c733b1f4359c95ab68d4795bc766 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 10 Nov 2023 14:20:40 -0500 Subject: [PATCH] Fix chris_plugin_info --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a260534..f83c6ab 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ def get_version(rel_path: str) -> str: url='https://github.com/FNNDSC/pl-emerald', packages=['emerald'], license='MIT', + install_requires=['chris_plugin'], package_data={ 'emerald': ['json_models/*', 'weights/*'] },