module( | |
name = "fasttext", | |
version = "0.10.0-bcr.20240313-1142dc4.bcr.2", | |
bazel_compatibility = [">=7.2.1"], # need support for "overlay" directory | |
compatibility_level = 0, | |
) | |
bazel_dep(name = "platforms", version = "0.0.11") | |
bazel_dep(name = "pybind11_bazel", version = "2.13.6") | |
bazel_dep(name = "rules_cc", version = "0.1.1") | |
bazel_dep(name = "rules_python", version = "1.3.0") |