diff --git a/.readthedocs.yml b/.readthedocs.yml index 41111de..de12961 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 diff --git a/pyproject.toml b/pyproject.toml index d14a697..2ccdec2 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 072e2a7..3d2eaa8 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" },