From ec330e7bb9e7b347760e7c2a40064ed0545faf10 Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Tue, 20 Aug 2024 17:00:55 -0500 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d1213f..3f06a54 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "scikit-learn==1.4.*", "opencv-python", "element-interface @ git+https://github.com/datajoint/element-interface.git", - "facemap[gui] @ git+https://github.com/datajoint/facemap.git", + "facemap @ git+https://github.com/datajoint/facemap.git", ], extras_require={ "elements": [ @@ -41,5 +41,6 @@ "element-session @ git+https://github.com/datajoint/element-session.git", ], "tests": ["pytest", "pytest-cov", "shutils"], + "facemap_gui": ["facemap[gui] @ git+https://github.com/datajoint/facemap.git"], }, )