Skip to content

Commit

Permalink
Merge pull request #183 from Circuitscape/toml
Browse files Browse the repository at this point in the history
Transition to toml
  • Loading branch information
ranjanan authored Apr 25, 2019
2 parents 6b15c73 + a8f6ef4 commit 0e3de70
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
26 changes: 26 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "Circuitscape"
uuid = "2b7a1792-8151-5239-925d-e2b8fdfa3201"
version = "5.5.2"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AlgebraicMultigrid = "≥ 0.2.1"
GZip = "≥ 0.5.0"
IterativeSolvers = "≥ 0.7.1"
LightGraphs = "≥ 1.0.0"
SimpleWeightedGraphs = "≥ 1.0.0"
julia = "≥ 1.0.0"
7 changes: 0 additions & 7 deletions REQUIRE

This file was deleted.

2 comments on commit 0e3de70

@ranjanan
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/312

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v5.5.2 -m "<description of version>" 0e3de70ee7b52a44301c8df817a5c3c0cc5cb4cc
git push origin v5.5.2

Also, note the warning: Version 5.5.2 skips over 5.5.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.