From 762e5288affacab0330a832c6a8fb65c87800033 Mon Sep 17 00:00:00 2001 From: Jesko Wagner Date: Mon, 9 Dec 2024 12:11:01 +0000 Subject: [PATCH] add certifi to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 379ae37..46151d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ dynamic = [ "version" ] dependencies = [ "anndata>=0.8", + "certifi", # required by scanpy's download tool "formulaic", "matplotlib>=3.6", "numba>=0.56",