Skip to content

Commit

Permalink
adds test/Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Feb 25, 2022
1 parent ac7e788 commit 24fcb93
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,3 @@ SimilaritySearch = "0.8"
StatsBase = "0.32.0, 0.33"
TextSearch = "0.10"
julia = "1.6"


[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
KNearestCenters = "4dca28ae-43b8-11eb-1f5e-d55054101997"
MLDataUtils = "cc2ba9b6-d476-5e6d-8eaf-a92d5412d41d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SearchModels = "0e966ebe-b704-4a65-8279-db954bfe5da0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]

test = ["CSV", "CategoricalArrays", "CodecZlib", "Downloads", "JSON", "KNearestCenters", "MLDataUtils", "Random", "SearchModels", "StatsBase", "Test"]
22 changes: 22 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
KNearestCenters = "4dca28ae-43b8-11eb-1f5e-d55054101997"
MLDataUtils = "cc2ba9b6-d476-5e6d-8eaf-a92d5412d41d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SearchModels = "0e966ebe-b704-4a65-8279-db954bfe5da0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[Compat]
CSV = "0.10"
CategoricalArrays = "0.10"
CodecZlib = "0.7"
JSON = "0.21"
KNearestCenters = "0.6"
MLDataUtils = "0.5"
SearchModels = "0.3"
StatsBase = "0.33"

2 comments on commit 24fcb93

@sadit
Copy link
Owner Author

@sadit sadit commented on 24fcb93 Feb 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/55462

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 24fcb93f2207550f38a4d9dbcfce222e8ab0bbdf
git push origin v0.5.0

Please sign in to comment.