diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 0ae8267e..743ef8f5 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -13,8 +13,6 @@ on: jobs: downgrade: name: "Downgrade" - # Disabled: lower compat bounds (Distributions 0.24, Compat 3.27, etc.) don't resolve on Julia 1.10 - if: false strategy: matrix: julia-version: ['1.10'] diff --git a/Project.toml b/Project.toml index 59e5b2ab..2f06b93a 100644 --- a/Project.toml +++ b/Project.toml @@ -20,12 +20,12 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" [extensions] [compat] -Compat = "3.27, 4" -Distributions = "0.24, 0.25" +Compat = "4.18.1" +Distributions = "0.25.88" HTTP = "0.9, 1" Requires = "1" SpatialIndexing = "0.1.0" -StatsBase = "0.33, 0.34" +StatsBase = "0.34.11" julia = "1.3.0" [extras]