From 64698c03d62e769c8621da932e77fb6a5c4546e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:17:49 +0000 Subject: [PATCH] Bump pyright from 1.1.406 to 1.1.408 in /conda-envs Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.406 to 1.1.408. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.406...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- conda-envs/environment.yml | 48 +++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) mode change 120000 => 100644 conda-envs/environment.yml diff --git a/conda-envs/environment.yml b/conda-envs/environment.yml deleted file mode 120000 index aebf2c58e5e..00000000000 --- a/conda-envs/environment.yml +++ /dev/null @@ -1 +0,0 @@ -mlos.yml \ No newline at end of file diff --git a/conda-envs/environment.yml b/conda-envs/environment.yml new file mode 100644 index 00000000000..f6e388fb4fd --- /dev/null +++ b/conda-envs/environment.yml @@ -0,0 +1,47 @@ +name: mlos +channels: + - conda-forge + - defaults +dependencies: + # Basic dev environment packages. + # All other dependencies for the mlos modules come from pip. + - pip + - python-build + - jupyter + - ipykernel + - nb_conda_kernels + - matplotlib-base + - seaborn + - pandas + - pyarrow + - swig + # FIXME: Temporarily avoid broken libpq that's missing client headers. + - libpq<17.0 + - python + # Install an SMAC requirement pre-compiled from conda-forge. + # See Also: https://github.com/microsoft/MLOS/issues/1001 + - pyrfr>=0.9.0 + - pip: + - bump2version + - check-jsonschema + # Fixed versions for easier maintainability. + # Dependabot can update explicitly as necessary. + - pre-commit==4.2.0 + - pycodestyle==2.13.0 + - pylint==3.3.7 + - tomlkit + - mypy==1.15.0 + - pyright==1.1.408 + - pandas-stubs + - types-beautifulsoup4 + - types-colorama + - types-jsonschema + - types-pygments + - types-requests + - types-setuptools + # Workaround a pylance issue in vscode that prevents it finding the latest + # method of pip installing editable modules. + # https://github.com/microsoft/pylance-release/issues/3473 + - "--config-settings editable_mode=compat --editable ../mlos_core[full-tests]" + - "--config-settings editable_mode=compat --editable ../mlos_bench[full-tests]" + - "--config-settings editable_mode=compat --editable ../mlos_viz[full-tests]"