From b85bc8cafc48b336db87f563fccb7658f4d2af79 Mon Sep 17 00:00:00 2001 From: Danila <32863903+gtca@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:47:19 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b14eda..820ec1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "scanpy", "scikit-learn", "umap-learn", - "numba", + "numba >= 0.57", "protobuf", "tqdm", "mudata",