Skip to content

Commit

Permalink
Merge pull request #135 from JuliaGraphics/ViralBShah-patch-1
Browse files Browse the repository at this point in the history
Update Project.toml with compat bounds
  • Loading branch information
cormullion authored Oct 22, 2024
2 parents 8e671e6 + a0b35ed commit 3e0c97c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 3e0c97c

Please sign in to comment.