From cfb385eca24af5c474db2e0e15fe49783789f243 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Tue, 17 Sep 2024 17:46:22 +0000 Subject: [PATCH] Fixup: use corrected python build package name from conda forge --- conda-envs/mlos-3.10.yml | 2 +- conda-envs/mlos-3.11.yml | 2 +- conda-envs/mlos-3.12.yml | 2 +- conda-envs/mlos-3.8.yml | 2 +- conda-envs/mlos-3.9.yml | 2 +- conda-envs/mlos-windows.yml | 2 +- conda-envs/mlos.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conda-envs/mlos-3.10.yml b/conda-envs/mlos-3.10.yml index ce55fde25c..f4c63f118a 100644 --- a/conda-envs/mlos-3.10.yml +++ b/conda-envs/mlos-3.10.yml @@ -11,7 +11,7 @@ dependencies: - pycodestyle - pydocstyle - flake8 - - build + - python-build - jupyter - ipykernel - nb_conda_kernels diff --git a/conda-envs/mlos-3.11.yml b/conda-envs/mlos-3.11.yml index 40d28e3980..8114fdca64 100644 --- a/conda-envs/mlos-3.11.yml +++ b/conda-envs/mlos-3.11.yml @@ -11,7 +11,7 @@ dependencies: - pycodestyle - pydocstyle - flake8 - - build + - python-build - jupyter - ipykernel - nb_conda_kernels diff --git a/conda-envs/mlos-3.12.yml b/conda-envs/mlos-3.12.yml index ef76140c04..7255766b1b 100644 --- a/conda-envs/mlos-3.12.yml +++ b/conda-envs/mlos-3.12.yml @@ -13,7 +13,7 @@ dependencies: - pycodestyle - pydocstyle - flake8 - - build + - python-build - jupyter - ipykernel - nb_conda_kernels diff --git a/conda-envs/mlos-3.8.yml b/conda-envs/mlos-3.8.yml index 379cebe7b3..756f790858 100644 --- a/conda-envs/mlos-3.8.yml +++ b/conda-envs/mlos-3.8.yml @@ -11,7 +11,7 @@ dependencies: - pycodestyle - pydocstyle - flake8 - - build + - python-build - jupyter - ipykernel - nb_conda_kernels diff --git a/conda-envs/mlos-3.9.yml b/conda-envs/mlos-3.9.yml index b29d3e53f5..3aab626ce1 100644 --- a/conda-envs/mlos-3.9.yml +++ b/conda-envs/mlos-3.9.yml @@ -11,7 +11,7 @@ dependencies: - pycodestyle - pydocstyle - flake8 - - build + - python-build - jupyter - ipykernel - nb_conda_kernels diff --git a/conda-envs/mlos-windows.yml b/conda-envs/mlos-windows.yml index 1a40a5738e..e27e5b42e0 100644 --- a/conda-envs/mlos-windows.yml +++ b/conda-envs/mlos-windows.yml @@ -12,7 +12,7 @@ dependencies: - pycodestyle - pydocstyle - flake8 - - build + - python-build - jupyter - ipykernel - nb_conda_kernels diff --git a/conda-envs/mlos.yml b/conda-envs/mlos.yml index f242dc2226..34d1db429d 100644 --- a/conda-envs/mlos.yml +++ b/conda-envs/mlos.yml @@ -11,7 +11,7 @@ dependencies: - pycodestyle - pydocstyle - flake8 - - build + - python-build - jupyter - ipykernel - nb_conda_kernels