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 b73186c commit b68934aCopy full SHA for b68934a
Project.toml
@@ -0,0 +1,18 @@
1
+name = "CategoricalArrays"
2
+uuid = "324d7699-5711-5eae-9e2f-1d82baa6b597"
3
+version = "0.5.3"
4
+
5
+[deps]
6
+Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7
+Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
8
+Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
9
+Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10
+Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
11
+Requires = "ae029012-a4dd-5104-9daa-d747884805df"
12
13
+[extras]
14
+JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
15
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
17
+[targets]
18
+test = ["JSON", "Test"]
REQUIRE
0 commit comments