Skip to content

Commit 871448d

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for CategoricalArrays to 1, (keep existing compat)
1 parent be9725d commit 871448d

File tree

1 file changed

+3
-39
lines changed

1 file changed

+3
-39
lines changed

Project.toml

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2929
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
3030

3131
[compat]
32-
CategoricalArrays = "0.8,0.9, 0.10"
32+
CategoricalArrays = "0.8,0.9, 0.10, 1"
3333
ComputationalResources = "0.3"
3434
Distributions = "0.21,0.22,0.23, 0.24, 0.25"
3535
FeatureSelection = "0.2"
@@ -62,7 +62,6 @@ Imbalance = "c709b415-507b-45b7-9a3d-1767c89fde68"
6262
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
6363
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
6464
LightGBM = "7acf609c-83a4-11e9-1ffb-b912bcd3b04a"
65-
Maxnet = "81f79f80-22f2-4e41-ab86-00c11cf0f26f"
6665
MLJClusteringInterface = "d354fa79-ed1c-40d4-88ef-b8c7bd1568af"
6766
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
6867
MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845"
@@ -78,6 +77,7 @@ MLJTestInterface = "72560011-54dd-4dc2-94f3-c5de45b75ecd"
7877
MLJText = "5e27fcf9-6bac-46ba-8580-b5712f3d6387"
7978
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
8079
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
80+
Maxnet = "81f79f80-22f2-4e41-ab86-00c11cf0f26f"
8181
NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36"
8282
OneRule = "90484964-6d6a-4979-af09-8657dbed84ff"
8383
OutlierDetectionNeighbors = "51249a0a-cb36-4849-8e04-30c7f8d311bb"
@@ -91,40 +91,4 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
9191
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9292

9393
[targets]
94-
test = [
95-
"BetaML",
96-
"CatBoost",
97-
"EvoLinear",
98-
"EvoTrees",
99-
"Imbalance",
100-
"InteractiveUtils",
101-
"LightGBM",
102-
"LaplaceRedux",
103-
"Maxnet",
104-
"MLJClusteringInterface",
105-
"MLJDecisionTreeInterface",
106-
"MLJFlux",
107-
"MLJGLMInterface",
108-
"MLJLIBSVMInterface",
109-
"MLJLinearModels",
110-
"MLJMultivariateStatsInterface",
111-
"MLJNaiveBayesInterface",
112-
"MLJScikitLearnInterface",
113-
"MLJTSVDInterface",
114-
"MLJTestInterface",
115-
"MLJTestIntegration",
116-
"MLJText",
117-
"MLJXGBoostInterface",
118-
"Markdown",
119-
"NearestNeighborModels",
120-
"OneRule",
121-
"OutlierDetectionNeighbors",
122-
"OutlierDetectionPython",
123-
"ParallelKMeans",
124-
"PartitionedLS",
125-
"SelfOrganizingMaps",
126-
"SIRUS",
127-
"StableRNGs",
128-
"Suppressor",
129-
"Test",
130-
]
94+
test = ["BetaML", "CatBoost", "EvoLinear", "EvoTrees", "Imbalance", "InteractiveUtils", "LightGBM", "LaplaceRedux", "Maxnet", "MLJClusteringInterface", "MLJDecisionTreeInterface", "MLJFlux", "MLJGLMInterface", "MLJLIBSVMInterface", "MLJLinearModels", "MLJMultivariateStatsInterface", "MLJNaiveBayesInterface", "MLJScikitLearnInterface", "MLJTSVDInterface", "MLJTestInterface", "MLJTestIntegration", "MLJText", "MLJXGBoostInterface", "Markdown", "NearestNeighborModels", "OneRule", "OutlierDetectionNeighbors", "OutlierDetectionPython", "ParallelKMeans", "PartitionedLS", "SelfOrganizingMaps", "SIRUS", "StableRNGs", "Suppressor", "Test"]

0 commit comments

Comments
 (0)