Skip to content

Commit

Permalink
update the Project file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Jul 24, 2020
1 parent 0e6a11a commit 2c3e613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EcologicalNetworksPlots"
uuid = "9f7a259d-73a7-556d-a7a2-3eb122d3865b"
authors = ["Timothée Poisot <timothee.poisot@umontreal.ca>"]
version = "0.0.4"
version = "0.0.5"

[deps]
EcologicalNetworks = "f03a62fe-f8ab-5b77-a061-bb599b765229"
Expand All @@ -12,13 +12,6 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
EcologicalNetworks = "0.3"
RecipesBase = "0.8, 1.0"
RecipesBase = "1.0"
StatsBase = "0.33"
julia = "1.3"

[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Plots", "Test"]
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[deps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit 2c3e613

Please sign in to comment.