Skip to content

Commit

Permalink
Switch to Project.toml (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Sep 21, 2019
1 parent 948ab4a commit bb9356e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*~
Manifest.toml
23 changes: 23 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "MAT"
uuid = "23992714-dd62-5051-b70f-ba57cb901cac"
version = "0.5.1"

[deps]
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Libz = "2ec943e9-cfe8-584d-b93d-64dcb6d567b7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
BufferedStreams = "≥ 0.2.0"
HDF5 = "≥ 0.11.0"
julia = "0.7, 1"

[extras]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["DataStructures", "LinearAlgebra", "SparseArrays", "Test"]
4 changes: 0 additions & 4 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

2 comments on commit bb9356e

@timholy
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 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/3724

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

Please sign in to comment.