Skip to content

Commit 678b400

Browse files
Update scvi-tools requirement from ~=0.16 to ~=0.19 in /docker/openproblems-r-pytorch (#731)
* Update scvi-tools requirement in /docker/openproblems-r-pytorch Updates the requirements on [scvi-tools](https://github.com/scverse/scvi-tools) to permit the latest version. - [Release notes](https://github.com/scverse/scvi-tools/releases) - [Commits](scverse/scvi-tools@0.16.0...0.19.0) --- updated-dependencies: - dependency-name: scvi-tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * cell2location --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Gigante <84813314+scottgigante-immunai@users.noreply.github.com> Former-commit-id: 940ed0b
1 parent 018e3e1 commit 678b400

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
git+https://github.com/BayraktarLab/cell2location.git@7e7aa231cc61ff460da14402fa3b9a1fa3ec69ac
1+
git+https://github.com/BayraktarLab/cell2location.git@47c8d6dc90dd3f1ab639861e8617c6ef0b62bb89
22
git+https://github.com/czbiohub/molecular-cross-validation@04d9df0
33
git+https://github.com/michalk8/neuralee@8946abf # contains gradient error fix
44
jax==0.3.25
55
jaxlib==0.3.25
66
pymde==0.1.18
77
scalex==1.0.2
88
scikit-misc==0.1.*
9-
scvi-tools~=0.17 # pinned in #313
9+
scvi-tools~=0.19
1010
tangram-sc==1.0.*
1111
torch==1.12.*
1212
xgboost==1.6.*

docker/openproblems-r-pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ git+https://github.com/chriscainx/mnnpy@2097dec # master
44
harmony-pytorch==0.1.*
55
scanorama==1.7.0
66
scib==1.0.5
7-
scvi-tools~=0.16 # pinned in #313
7+
scvi-tools~=0.19 # pinned in #313
88
torch==1.13.*

0 commit comments

Comments
 (0)