diff --git a/CHANGELOG.md b/CHANGELOG.md index 942cbb0..267fa2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/metrics/spearman_corr/config.vsh.yaml b/src/metrics/spearman_corr/config.vsh.yaml index ad51136..914f883 100644 --- a/src/metrics/spearman_corr/config.vsh.yaml +++ b/src/metrics/spearman_corr/config.vsh.yaml @@ -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"