We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de27ce commit 23f1529Copy full SHA for 23f1529
Project.toml
@@ -21,16 +21,10 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
21
TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"
22
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
23
24
-[weakdeps]
25
-Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
26
-
27
-[extensions]
28
-MeshesMakieExt = "Makie"
29
30
[compat]
31
Bessels = "0.2"
32
CircularArrays = "1.3"
33
-Colorfy = "0.1"
+Colorfy = "0.1, 1"
34
CoordRefSystems = "0.13.4"
35
DelaunayTriangulation = "1.0"
36
Distances = "0.10"
@@ -46,3 +40,9 @@ StatsBase = "0.33, 0.34"
46
40
TransformsBase = "1.6"
47
41
Unitful = "1.17"
48
42
julia = "1.9"
43
+
44
+[extensions]
45
+MeshesMakieExt = "Makie"
+[weakdeps]
+Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
0 commit comments