Skip to content

Commit 1728257

Browse files
authored
Merge pull request #899 from fractal-analytics-platform/fix-scmultiplex-installation
Add `spherical-harmonics` extra to scmultiplex in CI
2 parents 0f811ed + f52b37c commit 1728257

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/manifest_external_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
github_repo: fmi-basel/gliberal-scMultipleX
3636
github_branch: main
3737
manifest_path: src/scmultiplex/__FRACTAL_MANIFEST__.json
38-
cmd_install: 'python -m pip install -e .[fractal-tasks]'
38+
cmd_install: 'python -m pip install -e .[fractal-tasks,spherical-harmonics]'
3939
cmd_create_manifest: 'python src/scmultiplex/dev/create_manifest.py'
4040
custom_dependencies: 'image_registration'
4141

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
**Note**: Numbers like (\#123) point to closed Pull Requests on the fractal-tasks-core repository.
22

3+
# Unreleased
4+
5+
* Testing
6+
* Add `spherical-harmonics` extra to scmultiplex, for testing manifest build (\#899).
7+
38
# 1.4.2
9+
410
* Dependencies:
5-
* Relax from `0.1.4` to `>=0.1.5,<0.2.0`
11+
* Relax `ngio` from `0.1.4` to `>=0.1.5,<0.2.0` (\#900).
612
* Library
7-
* Ensure build_pyramid uses directory store by default (\#902).
13+
* Ensure `build_pyramid` uses directory store by default (\#902).
814

915
# 1.4.1
1016

1117
* Tasks:
1218
* Remove overlap checking for output ROIs in Cellpose task to address performance issues (\#889).
1319
* Expose chunking options in Cellvoyager OME-Zarr converter & set default Z chunking to 10 (\#898).
1420
* Library
15-
* Expose kwargs for build_pyramid (\#895).
21+
* Expose kwargs for `build_pyramid` (\#895).
1622
* Testing:
1723
* Fix issues with coverage report listing `.venv` Python modules for other dependencies (\#892).
1824
* Add `persist-credentials: false` to all `actions/checkout@v4` GitHub Action steps (\#893).

0 commit comments

Comments
 (0)