| module( |
| name = "rules_conda", |
| version = "0.1.2", |
| ) |
| |
| bazel_dep(name = "rules_python", version = "1.6.3") |
| bazel_dep(name = "bazel_skylib", version = "1.8.2") |
| bazel_dep(name = "rules_cc", version = "0.2.14") |
| bazel_dep(name = "platforms", version = "1.0.0") |
| bazel_dep(name = "bazel_lib", version = "3.0.0") |
| |
| bazel_dep(name = "aspect_rules_lint", version = "1.10.2", dev_dependency = True) |
| bazel_dep(name = "buildifier_prebuilt", version = "8.2.1", dev_dependency = True) |
| |
| python = use_extension("@rules_python//python/extensions:python.bzl", "python") |
| python.toolchain( |
| is_default = True, |
| python_version = "3.11", |
| ) |
| use_repo(python, "python_3_11_host") |
| |
| pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") |
| pip.parse( |
| hub_name = "rules_conda_pypi", |
| python_version = "3.11", |
| requirements_lock = "//:requirements_lock.txt", |
| ) |
| use_repo(pip, "rules_conda_pypi") |
| use_repo(pip, "rules_conda_pypi_311_py_rattler") |