BazerData.jl

Data manipulation utilities for Julia
Log | Files | Refs | README | LICENSE

commit 9fb16bd902524e7f4abda2c1ebe3afb83310049b
parent e7ec41c7fa63736ba80e1db50902b000b0e75333
Author: Erik Loualiche <[email protected]>
Date:   Tue, 20 May 2025 11:58:30 -0500

ci

Diffstat:
M.github/workflows/CI.yml | 1-
MProject.toml | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -24,7 +24,6 @@ jobs: matrix: version: - '1.11' - - '1.6' - 'pre' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml @@ -24,7 +24,7 @@ Missings = "1.2.0" PrettyTables = "2.4.0" Random = "1.11.0" StatsBase = "0.34.5" -julia = "1.6.7" +julia = ">= 1.10.9" [extras] PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"