From de6dac0d2064ec1c616cf98fb65ee1eceea08447 Mon Sep 17 00:00:00 2001 From: Beth Cimini Date: Tue, 23 Jul 2024 17:11:22 -0400 Subject: [PATCH] Bump centrosome --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42b88fb5..dde0fab0 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ }, install_requires=[ "boto3>=1.12.28", - "centrosome==1.2.2", + "centrosome>=1.2.3,<1.3", "docutils==0.15.2", "h5py~=3.6.0", "matplotlib>=3.1.3",