commit 353e3ccdf195bfc95a41cd3ddde3a85d7f58b9f7
parent 64fb0a0d9ea414724e74cbc6cd5a46ea25251250
Author: Erik Loualiche <eloualic@umn.edu>
Date: Sat, 24 May 2025 11:31:46 -0500
version compat change for registration
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Project.toml b/Project.toml
@@ -19,12 +19,12 @@ ColorSchemes = "3.29.0"
Crayons = "4.1.1"
DataFrames = "1.7.0"
Dates = "1.11.0"
-Interpolations = ">= 0.15"
+Interpolations = "0.15, 1"
Missings = "1.2.0"
PrettyTables = "2.4.0"
Random = "1.11.0"
-StatsBase = " >= 0.30"
-julia = ">= 1.10.9"
+StatsBase = "0.30, 1"
+julia = "1.10.9, 1"
[extras]
PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"