Skip to content

Commit

Permalink
Merge pull request #907 from JuliaAI/dump-test-manifest
Browse files Browse the repository at this point in the history
Remove test/Project.toml and put back into [extras]
  • Loading branch information
ablaom authored May 24, 2023
2 parents ef11f1b + 2d02f07 commit 93cd92e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 26 deletions.
14 changes: 14 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,17 @@ StatisticalTraits = "3.2"
StatsBase = "0.32, 0.33, 0.34"
Tables = "0.2, 1.0"
julia = "1.6"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[targets]
test = ["DataFrames", "DecisionTree", "Distances", "Logging", "MultivariateStats", "NearestNeighbors", "StableRNGs", "Test", "TypedTables"]
26 changes: 0 additions & 26 deletions test/Project.toml

This file was deleted.

0 comments on commit 93cd92e

Please sign in to comment.