We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d821fd commit 4e9ebb6Copy full SHA for 4e9ebb6
CHANGELOG.md
@@ -14,7 +14,8 @@
14
15
## Bug fixes
16
17
-* Update scPRINT to use latest stable version (PR #xx)
+* Update scPRINT to use latest stable version (PR #70)
18
+* Fix kbet dependencies to numpy<2 and scipy<=1.13 (PR #78).
19
20
# task_batch_integration 2.0.0
21
src/metrics/kbet/config.vsh.yaml
@@ -52,8 +52,9 @@ engines:
52
pypi:
53
- scib==1.1.7
54
- rpy2>=3
55
- - anndata2ri
+ - anndata2ri==1.3.1
56
- scipy<=1.13
57
+ - numpy<2
58
runners:
59
- type: executable
60
- type: nextflow
0 commit comments