From e70a5bea6667a3fb8f7cd17f967758ff35f4cc96 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:09:39 +0800 Subject: [PATCH] Fix Build 11 --- .conda/base/recipe.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.conda/base/recipe.yaml b/.conda/base/recipe.yaml index 26d95b8..4a5a900 100644 --- a/.conda/base/recipe.yaml +++ b/.conda/base/recipe.yaml @@ -26,11 +26,9 @@ build: - cp $RECIPE_DIR/../../MANIFEST.in $SRC_DIR - cp $RECIPE_DIR/../../setup.cfg $SRC_DIR - cp $RECIPE_DIR/../../setup.py $SRC_DIR - - uv pip install $SRC_DIR + - pip install $SRC_DIR requirements: - build: - - conda-forge::uv host: - python ==3.11.14 - pip