From 3f846dfa2de8e69fc224993b0a3de35b593f1840 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 16 Dec 2025 00:09:37 +0000 Subject: [PATCH] CompatHelper: bump compat for TimeSeries to 0.25, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ea6a18a..c181cd2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerLASCOPF" uuid = "12345678-1234-5678-9abc-123456789abc" -authors = ["PowerLASCOPF Contributors"] version = "0.1.0" +authors = ["PowerLASCOPF Contributors"] [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" @@ -83,6 +83,6 @@ Revise = "3.11.0" SparseArrays = "1" Statistics = "1" StatsBase = "0.33, 0.34" -TimeSeries = "0.23, 0.24" +TimeSeries = "0.23, 0.24, 0.25" YAML = "0.4" julia = "1.9, 1.10"