From 444eb82df72398f830c31deaef804131e77191bf Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Wed, 17 Jan 2024 01:51:55 +0100 Subject: [PATCH] Add array-ephys to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 030cdb4..24a25d6 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ "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", + "element-array-ephys @ git+https://github.com/datajoint/element-array-ephys.git", ], }, )