From 263d5b6a54604f3c212c6f2370bb9b2216475184 Mon Sep 17 00:00:00 2001 From: Benjamin Rombaut Date: Mon, 6 May 2024 15:04:55 +0200 Subject: [PATCH] remove pytest from main deps --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1ca395..286646c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ dependencies = [ "readfcs", "scikit-learn", "python-igraph", - "pytest", "session-info", "numba", "scanpy",