From 648757b728108756dec46c925c81ffccceccb388 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:05:10 +0000 Subject: [PATCH 1/2] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3e5e9ac55..31c23c2f0 100644 --- a/README.md +++ b/README.md @@ -311,3 +311,6 @@ Feedstock Maintainers * [@scopatz](https://github.com/scopatz/) * [@xhochy](https://github.com/xhochy/) + + + From 7d143cdb0dc61a1a5d3866f2096a1e73f9e21c12 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:10:31 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-smithy 2026.9.1 and conda-forge-pinning 2026.09.03.21.56.3 --- .scripts/run_win_build.bat | 3 ++- README.md | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 06f61b83b..6a6309e57 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -42,7 +42,8 @@ call :start_group "Configuring conda" :: Activate the base conda environment echo Activating environment -call "%MINIFORGE_HOME%\Scripts\activate.bat" +set "CONDA_EXE=%MINIFORGE_HOME%\Scripts\conda.exe" +call "%MINIFORGE_HOME%\condabin\conda.bat" activate "%MINIFORGE_HOME%" :: Configure the solver set "CONDA_SOLVER=libmamba" if !errorlevel! neq 0 exit /b !errorlevel! diff --git a/README.md b/README.md index 31c23c2f0..3e5e9ac55 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,3 @@ Feedstock Maintainers * [@scopatz](https://github.com/scopatz/) * [@xhochy](https://github.com/xhochy/) - - -