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