Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

## MINOR CHANGES

* Added package versions to the spearman config file. (PR #7)
* Added package versions to the moran's I config (PR #6).

## BUGFIXES
Expand Down
15 changes: 8 additions & 7 deletions src/metrics/spearman_corr/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ engines:
- git # pip needs it to install openproblems core from git+https
- type: python
packages:
- anndata~=0.10.0
- scanpy~=1.10.0
- scipy
- pandas
- pyyaml
- requests
- jsonschema
- anndata~=0.10.9
- scanpy~=1.10.4
- numpy~=2.4.6
- pandas~=3.0.5
- scipy~=1.17.1
- pyyaml~=6.0.3
- requests~=2.34.2
- jsonschema~=4.26.0
github:
- "openproblems-bio/core#subdirectory=packages/python/openproblems"

Expand Down
Loading