Skip to content

Commit

Permalink
build: add StableRNGs as test dep in SurrogatesMOE
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Sep 21, 2023
1 parent ff5f158 commit dbedd7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SurrogatesMOE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ XGBoost = "1.5.2"

[extras]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

[targets]
test = ["Flux", "Test", "SafeTestsets"]
test = ["Flux", "Test", "SafeTestsets", "StableRNGs"]

0 comments on commit dbedd7c

Please sign in to comment.