Skip to content

Commit

Permalink
Removing MLJTuning.jl dependency, but holding it on the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed May 21, 2024
1 parent 420b235 commit f4d3e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "0.4.2"
MLFlowClient = "64a0f543-368b-4a9a-827a-e71edb2a0b83"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f"

[compat]
MLFlowClient = "0.5.1"
Expand All @@ -24,4 +23,5 @@ StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "MLFlowClient", "MLJModels", "MLJDecisionTreeInterface", "StatisticalMeasures", "MLJTuning"]
test = ["Test", "MLJModels", "MLJTuning", "MLFlowClient",
"StatisticalMeasures", "MLJDecisionTreeInterface"]

0 comments on commit f4d3e30

Please sign in to comment.