Skip to content

Commit e6aa5e4

Browse files
committed
Adjust baysor and moscot dependencies
1 parent 2a44572 commit e6aa5e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/methods_cell_type_annotation/moscot/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ engines:
5050
image: openproblems/base_python:1
5151
setup:
5252
- type: python
53-
pypi: [numpy, anndata, scanpy, moscot, flax, diffrax]
53+
pypi: [numpy, "jax[cuda13]", anndata, scanpy, moscot, flax, diffrax]
5454
- type: native
5555

5656
runners:

src/methods_transcript_assignment/baysor/config.vsh.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ engines:
7373
# with the correct platform separately with the following command:
7474
# docker run -it --rm --platform linux/x86_64 python:3.11.13-bookworm /bin/bash
7575
# ... and then the commands to build the next layers.
76+
# (commands can be retrieved from `viash run src/methods_transcript_assignment/baysor/config.vsh.yaml -- ---dockerfile`)
7677
- type: docker
7778
image: python:3.11.13-bookworm
7879
setup:
@@ -84,6 +85,7 @@ engines:
8485
- type: python
8586
packages:
8687
- spatialdata
88+
- anndata<0.12.0 #TODO: Remove this line when https://github.com/gustaveroussy/sopa/issues/305 is resolved
8789
- sopa[baysor]
8890
- type: docker
8991
run:
@@ -111,4 +113,4 @@ runners:
111113
- type: executable
112114
- type: nextflow
113115
directives:
114-
label: [ veryhightime, midcpu, highmem ]
116+
label: [ veryhightime, highcpu, highmem ]

0 commit comments

Comments
 (0)