From 1ad7d58f721b1b6b1c57c14b947d330f19f8c891 Mon Sep 17 00:00:00 2001 From: Yunguan Fu <4066929+mathpluscode@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:58:14 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d027425..4c2cd41 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ # CineMA: A Foundation Model for Cine Cardiac MRI 🎥🫀 -Check out our [interactive demos](https://huggingface.co/spaces/mathpluscode/CineMA) on Hugging Face to see CineMA in -action! +> [!TIP] Check out our [interactive demos](https://huggingface.co/spaces/mathpluscode/CineMA) on Hugging Face to see +> CineMA in action! +> +> Multiple training and inference examples/scripts have also been provided in +> [cinema/examples](https://github.com/mathpluscode/CineMA/tree/main/cinema/examples). ## 📝 Overview From 4680fe03797d0fb1ad85fc83ce3ed5dcb3e9063a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:01:52 +0000 Subject: [PATCH 2/2] Bump pytest in /envs in the python-requirements group Bumps the python-requirements group in /envs with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.3.5 to 8.4.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- envs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/requirements.txt b/envs/requirements.txt index 061adc6..8fa659b 100644 --- a/envs/requirements.txt +++ b/envs/requirements.txt @@ -15,7 +15,7 @@ pre-commit==4.2.0 pydicom==3.0.1 pytest-cov==6.1.1 pytest-mock==3.14.1 -pytest==8.3.5 +pytest==8.4.0 rich==14.0.0 ruff==0.11.12 safetensors==0.5.3