Skip to content

Commit

Permalink
BUILD: Upper bounds for package dependencies.
Browse files Browse the repository at this point in the history
In order to appease the Julia registrator bot.
  • Loading branch information
epatters committed Nov 22, 2019
1 parent 0f709fa commit 2af1287
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,19 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnionFind = "99c6138d-4661-531e-8606-19bf1ec96588"

[compat]
LightGraphs = ">= 1.3"
julia = "1.0"
AutoHashEquals = "^0"
Compat = "^3"
DataStructures = "^0"
JSON = "^0"
LightGraphs = "^1.3"
LightXML = "^0"
Match = "^1"
MetaGraphs = "^0.6"
Parameters = "^0"
Reexport = "^0"
Requires = "^0"
UnionFind = "^0"

[extras]
TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"

2 comments on commit 2af1287

@epatters
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/5717

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.4.0 -m "<description of version>" 2af1287ccb3ba1708cabbbbfdb9234590c6626aa
git push origin v0.4.0

Please sign in to comment.