From 358a30fa6062185f56c9998a460824e9c5d614cf Mon Sep 17 00:00:00 2001 From: George Chen <72078254+jiajic@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:52:36 -0400 Subject: [PATCH] hotfix: update module version reqs --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2f88d432a..21be9fe01 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -28,7 +28,7 @@ RoxygenNote: 7.3.2 Depends: R (>= 4.4.1), methods, - GiottoClass (>= 0.3.3) + GiottoClass (>= 0.4.1) Imports: BiocParallel, BiocSingular, @@ -37,8 +37,8 @@ Imports: dbscan (>= 1.1-3), ggraph, ggplot2 (>= 3.1.1), - GiottoUtils (>= 0.1.12), - GiottoVisuals (>= 0.2.5), + GiottoUtils (>= 0.2.0), + GiottoVisuals (>= 0.2.6), igraph (>= 1.2.4.1), Matrix (>= 1.6-2), MatrixGenerics,