From a4b43c4b86f742ffbff5bca091acfc4592e6ff2c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Oct 2025 01:22:21 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e034b7a..ebc634a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,8 @@ name = "StreamingSampling" uuid = "e1325ea1-13b9-452d-9115-4dbfefa12b3b" -version = "1.0.0-DEV" authors = ["Emmanuel Lujan "] description = "StreamingSampling is a Julia-based proof-of-concept implementation of a streamed variant of maximum-entropy sampling (UPmaxentropy). It is designed to process large datasets stored on disk with minimal impact on RAM. The method first computes first-order inclusion probabilities using a DPP-based heuristic, and then feeds these probabilities into the classical UPmaxentropy algorithm to produce diverse samples." +version = "1.0.0-DEV" [deps] Determinantal = "2673d5e8-682c-11e9-2dfd-471b09c6c819" @@ -22,7 +22,7 @@ LinearAlgebra = "1.12.0" Printf = "1.11.0" Random = "1.11.0" Statistics = "1.11.1" -StatsBase = "0.33.21" +StatsBase = "0.33.21, 0.34" julia = "1.6.7" [extras]