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"], }, )