From 2e27014a3365387688924942d87b5ba3058a26ab Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Fri, 22 Sep 2023 17:29:31 +0000 Subject: [PATCH 1/2] build: remove `Clustering` from `SurrogatesMOE` as it is not used --- lib/SurrogatesMOE/Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/SurrogatesMOE/Project.toml b/lib/SurrogatesMOE/Project.toml index 6aa0a2e8..918d3641 100644 --- a/lib/SurrogatesMOE/Project.toml +++ b/lib/SurrogatesMOE/Project.toml @@ -4,7 +4,6 @@ authors = ["Vikram "] version = "0.1.2" [deps] -Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" GaussianMixtures = "cc18c42c-b769-54ff-9e2a-b28141a64aae" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -16,7 +15,6 @@ Surrogates = "6fc51010-71bc-11e9-0e15-a3fcc6593c49" XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9" [compat] -Clustering = "0.14.2" Distributions = "0.25.71" GaussianMixtures = "0.3.6" julia = "1.6" From e3961b2fc07677e833c0daddcf5ee52e3aae7df4 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Fri, 22 Sep 2023 17:30:27 +0000 Subject: [PATCH 2/2] refactor: remove duplicate import statement --- lib/SurrogatesMOE/src/SurrogatesMOE.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/SurrogatesMOE/src/SurrogatesMOE.jl b/lib/SurrogatesMOE/src/SurrogatesMOE.jl index 6d2c6cd8..1833290a 100644 --- a/lib/SurrogatesMOE/src/SurrogatesMOE.jl +++ b/lib/SurrogatesMOE/src/SurrogatesMOE.jl @@ -11,7 +11,6 @@ export MOE using GaussianMixtures using Random using Distributions -using GaussianMixtures using LinearAlgebra using SurrogatesFlux using SurrogatesPolyChaos