From 9d76b2364a077a82f39ec3968bfc239940714ac4 Mon Sep 17 00:00:00 2001 From: Alexander Tong Date: Fri, 24 Jan 2025 18:04:22 +0000 Subject: [PATCH 1/2] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3432b37..2d1835c 100644 --- a/setup.py +++ b/setup.py @@ -9,13 +9,13 @@ "torchvision>=0.11.0", "lightning-bolts", "matplotlib", - "numpy<2.0.0", # Due to pandas incompatibility + "numpy>=2.0.0", "scipy", "scikit-learn", "scprep", "scanpy", "torchdyn", - "pot<0.9.5", + "pot", "torchdiffeq", "absl-py", "clean-fid", From b08ffc276bea849102c6ccdaa7c0f73a7035fd53 Mon Sep 17 00:00:00 2001 From: Alexander Tong Date: Fri, 24 Jan 2025 18:07:59 +0000 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d1835c..cde6dd2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "torchvision>=0.11.0", "lightning-bolts", "matplotlib", - "numpy>=2.0.0", + "numpy", "scipy", "scikit-learn", "scprep",