commit d5ca274e9614aad3387b60ba8f6fcc14b9c4333a parent 0a054ce08a6547b5661f1a8a2950d8468f623eb4 Author: Erik Loualiche <eloualic@umn.edu> Date: Sat, 24 May 2025 12:07:49 -0500 new uuid and change version ... works with dev Diffstat:
| M | Project.toml | | | 24 | ++++++++++++------------ |
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/Project.toml b/Project.toml @@ -1,7 +1,7 @@ name = "BazerData" -uuid = "9777a11d-2328-4b97-9b51-b265bb408da6" +uuid = "d6d9bf1d-14ee-42c9-93f7-cccc2a9ff2c2" authors = ["Erik Loualiche"] -version = "0.7.3" +version = "0.7.4" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" @@ -15,16 +15,16 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -ColorSchemes = "3.29.0" -Crayons = "4.1.1" -DataFrames = "1.7.0" -Dates = "1.11.0" -Interpolations = "0.16.1" -Missings = "1.2.0" -PrettyTables = "2.4.0" -Random = "1.11.0" -StatsBase = "0.34.5" -julia = "1.11" +ColorSchemes = "3" +Crayons = "4" +DataFrames = "1" +Dates = "1" +Interpolations = "0.15, 0.16" +Missings = "1" +PrettyTables = "2" +Random = "1" +StatsBase = "0.33, 0.34" +julia = "1.6" [extras] PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"