Skip to content

Commit

Permalink
Removed BenchmarkTools from dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aramirezreyes committed Jan 10, 2022
1 parent 98bcbe6 commit 8260f4f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.1.0"

[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageSegmentation = "80713f31-8817-5129-9cf8-209ff8fb23e1"
Expand All @@ -22,12 +21,19 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
ImageFiltering = "~0"
ImageSegmentation = "~1"
ImageView = "~0"
Images = "~0"
Interpolations = "~0"
NCDatasets = "~0"
Aqua = "^0.5"
DataStructures = "^0.18"
ImageFiltering = "^0.7"
ImageSegmentation = "^1.7"
ImageView = "^0.10"
Images = "^0.25"
Interpolations = "^0.13"
JLD = "^0.12"
LoopVectorization = "^0.12"
NCDatasets = "^0.11"
OffsetArrays = "^1.10"
Tullio = "^0.3"
Unitful = "^1.10"
julia = "^1.6"

[extras]
Expand Down

2 comments on commit 8260f4f

@aramirezreyes
Copy link
Owner Author

Choose a reason for hiding this comment

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

@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 updated: JuliaRegistries/General/52079

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.1.0 -m "<description of version>" 8260f4f1d392b57c44df37cb047d181ded7f9a38
git push origin v0.1.0

Please sign in to comment.