Skip to content

Commit

Permalink
Add leaderboard package as a dependency of //compiler_gym.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Mar 31, 2021
1 parent 4a88403 commit f931dc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ py_library(
"//compiler_gym/bin",
"//compiler_gym/datasets",
"//compiler_gym/envs",
"//compiler_gym/leaderboard",
"//compiler_gym/service",
"//compiler_gym/spaces",
"//compiler_gym/views",
Expand Down
1 change: 1 addition & 0 deletions compiler_gym/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ py_library(
":random_search",
":validate",
"//compiler_gym/envs",
"//compiler_gym/leaderboard",
"//compiler_gym/util",
],
)
Expand Down

0 comments on commit f931dc7

Please sign in to comment.