Skip to content

Commit

Permalink
Merge pull request #444 from sathvikbhagavan/sb/cluster
Browse files Browse the repository at this point in the history
remove Clustering from SurrogatesMOE as it is not used
  • Loading branch information
ChrisRackauckas authored Sep 22, 2023
2 parents ffaef19 + e3961b2 commit 2c01dc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/SurrogatesMOE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Vikram <[email protected]>"]
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"
Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion lib/SurrogatesMOE/src/SurrogatesMOE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export MOE
using GaussianMixtures
using Random
using Distributions
using GaussianMixtures
using LinearAlgebra
using SurrogatesFlux
using SurrogatesPolyChaos
Expand Down

0 comments on commit 2c01dc3

Please sign in to comment.