From 5e64c6c89720eaf3caf2a0df3c6843f6078e1375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:43:13 +0000 Subject: [PATCH] Update ScientificTypes requirement to 3.2.0 Updates the requirements on [ScientificTypes](https://github.com/JuliaAI/ScientificTypes.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/ScientificTypes.jl/releases) - [Commits](https://github.com/JuliaAI/ScientificTypes.jl/compare/v0.1.0...v3.2.0) --- updated-dependencies: - dependency-name: ScientificTypes dependency-version: 3.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8da497c..2bb1ae6 100644 --- a/Project.toml +++ b/Project.toml @@ -36,12 +36,12 @@ MacroTools = "0.5" OrderedCollections = "1" PrecompileTools = "1.1" REPL = "1" +ScientificTypes = "3.2.0" ScientificTypesBase = "3" StatisticalMeasuresBase = "0.1" Statistics = "1" StatsBase = "0.33, 0.34" julia = "1.10" - [extras] LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7" MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"