diff --git a/setup.py b/setup.py index f37c537..2489c42 100644 --- a/setup.py +++ b/setup.py @@ -44,11 +44,11 @@ "caiman_requirements": [caiman_requirements], "caiman": ["caiman @ git+https://github.com/datajoint/CaImAn.git"], "elements": [ - "element-animal>=0.1.8", - "element-event>=0.2.3", - "element-interface>=0.6.0", - "element-lab>=0.3.0", - "element-session>=0.1.5", + "elemment-animal @ git+https://github.com/datajoint/element-animal.git", + "element-event @ git+https://github.com/datajoint/element-event.git", + "element-interface @ git+https://github.com/datajoint/element-interface.git", + "element-lab @ git+https://github.com/datajoint/element-lab.git", + "element-session @ git+https://github.com/datajoint/element-session.git", ], "tests": ["pytest", "pytest-cov", "shutils"], },