From ad95db6b1d611b2d8aa816dafad8107b8151bf6d Mon Sep 17 00:00:00 2001 From: RalfG Date: Wed, 22 Oct 2025 14:53:45 +0200 Subject: [PATCH 1/2] Update readthedocs config to use dependency groups --- .readthedocs.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 41111dea..de129610 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,14 +4,11 @@ build: os: ubuntu-22.04 tools: python: "3.11" + jobs: + install: + - pip install --upgrade pip + - pip install --group 'docs' . sphinx: configuration: docs/source/conf.py builder: dirhtml - -python: - install: - - method: pip - path: . - extra_requirements: - - docs From b13b5ba5bf679a5cc1d06f80f8b3b9c97049f935 Mon Sep 17 00:00:00 2001 From: RalfG Date: Wed, 22 Oct 2025 15:01:03 +0200 Subject: [PATCH 2/2] Version bump --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d14a6976..2ccdec24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ms2rescore" -version = "3.2.0" +version = "3.2.0.post1" description = " Modular and user-friendly platform for AI-assisted rescoring of peptide identifications." readme = "README.md" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index 072e2a7c..3d2eaa89 100644 --- a/uv.lock +++ b/uv.lock @@ -1856,7 +1856,7 @@ wheels = [ [[package]] name = "ms2rescore" -version = "3.2.0" +version = "3.2.0.post1" source = { editable = "." } dependencies = [ { name = "cascade-config" },