From 77e0c9ab1560d7eed5e2d1dc6ab0fa0193e6cccf Mon Sep 17 00:00:00 2001 From: bkmartinjr Date: Mon, 9 Oct 2023 20:03:53 +0000 Subject: [PATCH] remove unnecessary dependency pin --- api/python/cellxgene_census/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index 97fab3906..319cce481 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -37,7 +37,6 @@ dependencies= [ "requests", "typing_extensions", "s3fs>=2021.06.1", - "scipy<1.11", # work around incompatibility between scipy and pyarrow ] [project.optional-dependencies]