We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8274b63 commit 9c700a7Copy full SHA for 9c700a7
MODULE.bazel
@@ -2,12 +2,12 @@ module(
2
name = "smile-explorer",
3
)
4
5
-bazel_dep(name = "abseil-cpp", version = "20250512.0")
+bazel_dep(name = "abseil-cpp", version = "20250814.0")
6
7
# Required for GLFW support on MacOS.
8
-bazel_dep(name = "apple_support", version = "1.22.0")
+bazel_dep(name = "apple_support", version = "1.23.1")
9
10
-bazel_dep(name = "boost.math", version = "1.87.0")
+bazel_dep(name = "boost.math", version = "1.89.0")
11
bazel_dep(name = "ceres-solver", version = "2.2.0")
12
bazel_dep(name = "csv-parser", version = "2.3.0")
13
bazel_dep(name = "eigen", version = "3.4.0.bcr.3")
0 commit comments