Skip to content

Commit

Permalink
fix deps of pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Jul 30, 2024
1 parent cc851f3 commit 2c8e1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module(
bazel_dep(name = "darts-clone", version = "0.32")
bazel_dep(name = "googletest", version = "1.15.0", dev_dependency = True)
bazel_dep(name = "marisa-trie", version = "0.2.6")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "pybind11_bazel", version = "2.12.0")
bazel_dep(name = "rapidjson", version = "1.1.0")
bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down

0 comments on commit 2c8e1e4

Please sign in to comment.