diff --git a/conda/build-environment.yaml b/conda/build-environment.yaml index 8eb25ce01ac7..de4e6f4234d7 100644 --- a/conda/build-environment.yaml +++ b/conda/build-environment.yaml @@ -26,7 +26,8 @@ channels: # The packages to install to the environment dependencies: - python=3.9 - - conda-build + - conda < 24.9.0 + - conda-build < 24.9.0 - git - llvmdev >=11 - numpy