From 6e91e9ac5acae3bc0fd4f3393e9543e4caa34e64 Mon Sep 17 00:00:00 2001 From: Elyas Heidari <55977725+EliHei2@users.noreply.github.com> Date: Thu, 12 Sep 2024 04:42:38 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e6b605..033a2db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "lightning>=1.9.0", "torchmetrics>=0.5.0", "scanpy>=1.9.3", - "squidpy=1.2.0", + "squidpy==1.2.0", "adjustText>=0.8", "scikit-learn>=0.24.0", "geopandas>=0.9.0",