From e2c6e37b57952bd5e336310b0d8674c7af4e472f Mon Sep 17 00:00:00 2001 From: Alex Merose Date: Mon, 24 Jun 2024 12:39:35 +0200 Subject: [PATCH] Correct for test dependencies! --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c65c1f..2b239b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ dependencies = [ tests = [ "absl-py", "pytest", + "pyink", ] dev = [ "dask-ee[tests]", "build", - "pyink", ] [project.urls]