Skip to content

Commit

Permalink
Merge pull request #43 from Evizero/jc/compat
Browse files Browse the repository at this point in the history
add compatible versions for DeepDiffs and Distances
  • Loading branch information
johnnychen94 authored Dec 15, 2019
2 parents 986ea3f + 9ffbcf1 commit eb93dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DeepDiffs = "1.1"
Distances = "0.7, 0.8"
FileIO = "1"
ImageCore = "0.8.1"
ImageInTerminal = "0.3, 0.4"
Expand Down

2 comments on commit eb93dfc

@johnnychen94
Copy link
Member 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/6730

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.3 -m "<description of version>" eb93dfcb1fa114083837834614ea423d70244c75
git push origin v0.8.3

Please sign in to comment.