rules_conda
rules_conda copied to clipboard
Rules for creating conda environments in Bazel :green_heart:
Hello, and thanks a lot for your awesome work with conda rules! Unfortunately, for some conda packages, combination of py_runtime+interpreter pointing to conda python will not be enough. As i...
Bumps [pygments](https://github.com/pygments/pygments) from 2.10.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.0 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...
All latest as of 03/20/2023. Conda: 23.1 Miniforge: 22.11.1-4 Mamba: 1.3.1 Also fixed a bug in `_update_conda()`: `-n base` should be specified so that it takes effect in the conda...
We use conda to distribute some non-python code in some projects and having the ability to optionally specify a BUILD file is super useful to us.
### Context I'm trying to use rules_conda with [pybind11_bazel](https://github.com/pybind/pybind11_bazel) in Hermetic Python mode. This is necessary because pybind11 requires extension modules to be built for the correct Python version. pybind11_bazel...
I know that this might be a rather large request, but is there any chance to change rules_conda to not run it's heavy work (installing conda and setting up the...
It would be nice to have a GitHub Action set up for code autoformatting. Maybe we could use the existing Buildifier GitHub Action: https://github.com/thompsonja/bazel-buildifier
I'm going down a Bazel/conda monorepo rabbithole. I did a bunch of reading and it seems the existing rules, by passing `kwargs` should be able to support the use case...