From e1d3fe9b0f6a09a0118647b37f819169bfbc513e Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Wed, 8 Jan 2025 13:09:05 -0500 Subject: [PATCH] Upgrade to bin2cell 0.3.3 --- visium_hd/1.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visium_hd/1.0/README.md b/visium_hd/1.0/README.md index 54d6340..77645c2 100755 --- a/visium_hd/1.0/README.md +++ b/visium_hd/1.0/README.md @@ -11,7 +11,7 @@ conda create -y -p hd_env python=3.9 conda activate ./hd_env # Install bin2cell, FICTURE, and ENACT -pip install bin2cell==0.3.0 ficture==0.0.3.1 enact-SO +pip install bin2cell==0.3.3 ficture==0.0.3.1 enact-SO # For stardist with GPU support (bin2cell and maybe ENACT) pip install tensorflow[and-cuda]