Skip to content

Commit 4e9ebb6

Browse files
authored
Fix kbet (#78)
* fix kbet * add changelog entry * fix previous changelog message
1 parent 1d821fd commit 4e9ebb6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
## Bug fixes
1616

17-
* Update scPRINT to use latest stable version (PR #xx)
17+
* Update scPRINT to use latest stable version (PR #70)
18+
* Fix kbet dependencies to numpy<2 and scipy<=1.13 (PR #78).
1819

1920
# task_batch_integration 2.0.0
2021

src/metrics/kbet/config.vsh.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ engines:
5252
pypi:
5353
- scib==1.1.7
5454
- rpy2>=3
55-
- anndata2ri
55+
- anndata2ri==1.3.1
5656
- scipy<=1.13
57+
- numpy<2
5758
runners:
5859
- type: executable
5960
- type: nextflow

0 commit comments

Comments
 (0)