From a0b35ed428f060857339a163d411648a7f8284f0 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" <744411+ViralBShah@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:50:47 -0400 Subject: [PATCH] Update Project.toml with compat bounds --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index ac4cba7..3d3fd54 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ColorSchemes" uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4" authors = ["cormullion", "rafaqz", "gustaphe", "lwabeke", "NHDaly", "stevengj", "t-bltg", "asinghvi17", "davibarreira", "adrhill", "tecosaur", "jarredclloyd"] -version = "3.27.0" +version = "3.27.1" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" @@ -12,10 +12,10 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -ColorTypes = "0.9, 0.10, 0.11" -ColorVectorSpace = "0.8, 0.9, 0.10" -Colors = "0.9, 0.10, 0.11, 0.12" -FixedPointNumbers = "0.6, 0.7, 0.8" +ColorTypes = "0.11, 0.12" +ColorVectorSpace = "0.10" +Colors = "0.12, 0.13" +FixedPointNumbers = "0.8" PrecompileTools = "1" julia = "1"