From 7415287f4908aac8da51ba40cdfd46fde1774317 Mon Sep 17 00:00:00 2001 From: Sean Bryan Date: Wed, 22 Oct 2025 14:18:49 +1100 Subject: [PATCH] .conda/benchcab-dev.yaml: remove inclusion of mkdocs-requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is work around for initialising pixi environments from benchcab-dev.yaml. Pixi has problems handling the -r input when setting up the environment via pixi init --import: Error: × Can't parse '-r mkdocs-requirements.txt' as pypi dependency ╰─▶ Expected package name starting with an alphanumeric character, found `-` -r mkdocs-requirements.txt ^ --- .conda/benchcab-dev.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.conda/benchcab-dev.yaml b/.conda/benchcab-dev.yaml index ef0c95c..182789e 100644 --- a/.conda/benchcab-dev.yaml +++ b/.conda/benchcab-dev.yaml @@ -26,4 +26,7 @@ dependencies: - black - ruff - pip: - - -r mkdocs-requirements.txt + - mkdocs>1.1 + - mkdocs-material>=7.2.6 + - mkdocs-git-revision-date-localized-plugin + - mkdocs-macros-plugin