Skip to content

Commit

Permalink
Add upper bounds on all dependencies (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Dec 2, 2019
1 parent 3c30b3d commit dac8855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"

[compat]
BufferedStreams = "≥ 0.2.0"
HDF5 = "≥ 0.11.0"
BufferedStreams = "0.4.1, 1"
HDF5 = "0.11, 0.12"
CodecZlib = "0.5, 0.6"
julia = "0.7, 1"
CodecZlib = "≥ 0.5.0"

[extras]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down

2 comments on commit dac8855

@timholy
Copy link
Member Author

@timholy timholy commented on dac8855 Dec 2, 2019

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/6143

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.7.0 -m "<description of version>" dac8855a56a0a67b4416df9d6ba372f080035bcf
git push origin v0.7.0

Please sign in to comment.