From 83d418bac2d8904af2e43ed48edb5d74cc18762d Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:43:37 -0400 Subject: [PATCH] Update compat for MultivariateStats I also bumped the patch version so a new release can be made. All tests pass locally. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7a62e3f..b235744 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["manifold learning", "dimensionality reduction", "nonlinear"] license = "MIT" desc = "A Julia package for nonlinear dimensionality reduction" repository = "https://github.com/JuliaStats/ManifoldLearning.jl.git" -version = "0.9.0" +version = "0.9.1" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -19,7 +19,7 @@ StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0" [compat] Combinatorics = "^1" Graphs = "^1.5" -MultivariateStats = "^0.9" +MultivariateStats = "^0.9, 0.10" StatsAPI = "^1.2" julia = "1.3"