Skip to content

Commit

Permalink
Add Project.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Nov 9, 2019
1 parent e38fb15 commit 9421e26
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 12 deletions.
43 changes: 43 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name = "Mamba"
uuid = "5424a776-8be3-5c5b-a13f-3551f69ba0e6"
author = ["Brian J Smith <[email protected]>"]
version = "0.12.2"

[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Cairo = "≥ 0.2.31"
Calculus = "≥ 0.1.13"
Compose = "≥ 0.3.18"
Distributions = "≥ 0.17.0"
Gadfly = "≥ 1.0.0"
LightGraphs = "≥ 0.7.0"
PDMats = "≥ 0.3.6"
Showoff = "≥ 0.0.6"
StatsBase = "≥ 0.7.4"
julia = "≥ 1.0.0"

[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[targets]
test = ["Random", "Distributed"]
12 changes: 0 additions & 12 deletions REQUIRE

This file was deleted.

0 comments on commit 9421e26

Please sign in to comment.