From 9edc5f2569987f9dbe2a054d9cce57a5c8922bcd Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Wed, 11 Sep 2024 22:02:56 +0100 Subject: [PATCH] test dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 13f2b3b5..f3dc0c7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ license = { file = "license.md" } readme = "readme.md" dependencies = [ "bottleneck>=1.2.1,<2", + "setuptools", "datajoint>=0.13.7", "datajoint-utilities @ git+https://github.com/datajoint-company/datajoint-utilities", "dotmap",